<!--
function makeWindow1(win_h, win_w, html_file){
	specs_str= "toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,height=" + win_h + ",width=" + win_w + ",screenx=10,screeny=10,left=10,top=10";
	window1=window.open("","thewindow",specs_str);
	window1.location.href= html_file;
	window1.focus();
}
//-->

<!-- 
function MM_jumpMenu(targ,selObj,restore){ //v3.0 
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); 
if (restore) selObj.selectedIndex=0; 
} 
//--> 
