function dropgo() {  
   if (document.dropdown.select.options[document.dropdown.select.selectedIndex].value != '#') {
        location.href = (document.dropdown.select.options[document.dropdown.select.selectedIndex].value);
        return false;
    }
}
