function go()
{
	box = document.forms[0].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
//-->
<!-- Hide from old browsers
function openwindowlink() {
newwin = window.open("emailSending.asp","windowname","top=360,left=360,height=300,width=420,scrollbars=no,resizable=no")
}
// end hiding -->