function go(){

if (document.forms[0].nav.options[document.forms[0].nav.selectedIndex].value != ""){
	top.window.location.href=document.forms[0].nav.options[document.forms[0].nav.selectedIndex].value;
}

}