<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

function openWin(url)
{
	newwindow=window.open(url,'','top=0,left=0,width=800,height=600,menubar=yes,location=yes,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}

function resizeWindow(theurl, windowname, features)
{window.open(theurl, windowname, features);}

<!--
function printit(){
if (!window.print){
alert("You need NS4.x to use this print button!")
return
}
window.print()
}
//-->