<!--
var windowHandle = '';

function go(what) {
//    windowHandle = window.open(what[what.selectedIndex].value,'windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=450');
		var dest = what[what.selectedIndex].value;
//		alert(dest);
		window.location.href=dest;
}
//-->
<!--
function popper(url,name)
	{
		window.open(url,name,'toolbar=0,location=0,directories=0,status=1,menubar=0,resizable=1,scrollbars=1,width=650,height=450' );
		return false;
	}
//-->
