
function navigate(form) 
{
 var go = (form.menu.options[form.menu.selectedIndex].value);
 document.location=go;
}
