
<!--
function open_window(url) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar= 0,scrollbars=1,resizable=1,width=650,height=450');
}
//-->

<!--
function openWin(page) {
OpenWin = window.open(page,"CtrlWindow","status=yes,toolbar=no,menubar=no,location=no,height=500,width=500,scrollbars=yes,resizable=yes");
}
function jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

