function go() { if (document.selecter.categorylist.options[document.selecter.categorylist.selectedIndex].value != "none") { self.location.href = document.selecter.categorylist.options[document.selecter.categorylist.selectedIndex].value; } }