function writeGUS(targetID) { var output = '
'; document.getElementById(targetID).innerHTML = output; } /******************************* QUICKNAV ******************************/ function writeQuicknav () { //the function below replaces this function. leaving in to avoid errors as many pages still refer to this function. } function initQuicknavHover() { if (document.all&&document.getElementById) { navRoot = document.getElementById("primary_quicknav"); navList = navRoot.getElementsByTagName("LI"); for (i=0; i