function GoPage(formLoc){newPage=formLoc.options[formLoc.selectedIndex].value.toLowerCase();if(newPage!="")window.location.href="/distis/co/"+newPage+".htm";elsewindow.location.href="/distis/";}
