function GoCategory(){ var loc = document.location.href; var indx = loc.indexOf(".nsf/")+5; var href = loc.substring(0,indx); var Cat = document.forms[0].q2.options[document.forms[0].q2.selectedIndex].text; Cat = (Cat == "All Categories" ? "FAQ":Cat); href += "Search?OpenAgent=true&q="+Cat; document.location.href = href; } function ExplorerFix() { for (a in document.links) document.links[a].onfocus = document.links[a].blur } if (document.all) document.onmousedown = ExplorerFix;