
<!--
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 open_window2(url) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar= 0,scrollbars=1,resizable=1,width=810,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;
}
//-->

<!--
var remote = null;
function newWin( loc ) {
    remote = window.open('',
'TheRemotePix','width=450,height=250,scrollbars=1');
    if (remote != null) {
            if (remote.opener == null) {
            remote.opener = self;
        }
            remote.location.href = loc;
    } else { self.close(); }
}
//-->

