<!--
function popup(src) {
  win = window.open(src,"","top=30,left=30,height=100%,width=100%,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes")
}

function openwin(winame,file,height,width)  
{
	newpop=window.open(file,winame,"status=no,scrollbars=yes,resizable=yes, toolbar=no,location=no,menu=no,height="+height+",width="+width);
	if (document.all){
	newpop.moveTo(100,100)
	}
}

function formHandler(form){
var URL = document.form.nav.options[document.form.nav.selectedIndex].value;
window.location.href = URL;
}
// End -->

