<!--
nvVer=navigator.appVersion.charAt(0)
nvName=navigator.appName
function selectNav(sel){
	window.location.href=sel.options[sel.selectedIndex].value
	if(nvVer=="2"&&nvName=="Netscape"){
		window.location.href=sel.options[sel.selectedIndex].value
	}
}
//-->
