function go()
{
	box = document.forms[0].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}


function doReset(){
   document.forms[0].name.value = "";
   document.forms[0].company.value = "";
   document.forms[0].email.value = "";
   document.forms[0].message.value = "";
}
