
/* --- Collapse left nav and only show active section and page --- */
showActiveNav();

/* --- focus/blur for making the text visible/hidden in search box--- */
showSearchFormText("SearchString");

/* --- this adds lastItem class to last li  --- */
addListClass("nav-utility");
addListClass("nav-global");
addListClass("nav-supplemental");
addListClass("footer");

/* --- Only show top of page link if content is long enough --- */
hideTopLink();





