<!--
var w = window;
url = null
function openWin1(wd,hg,url) {
ww=wd.substring(0,wd.length);
hh=hg.substring(0,hg.length);
   if ((w == window) || w.closed) {
      w = open(url, "bs", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=200,left=200,screenX=0,screenY=0,width="+ww+",height="+hh);
   } else {
      w.focus();
   }
   return(false);
}
 var w2 = window;
url2 = null
function openWin2(wd,hg,url2) {
ww=wd.substring(0,wd.length);
hh=hg.substring(0,hg.length);
   if ((w2 == window) || w2.closed) {
      w2 = open(url2, "pl", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,top=50,left=50,screenX=50,screenY=50,width="+ww+",height="+hh);
   } else {
      w2.focus();
   }
   return(false);
}
 var w3 = window;
url3 = null
function openWin3(wd,hg,url3) {
ww=wd.substring(0,wd.length);
hh=hg.substring(0,hg.length);
   if ((w3 == window) || w3.closed) {
      w3 = open(url3, "pl", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,copyhistory=0,top=50,left=50,screenX=50,screenY=50,width="+ww+",height="+hh);
   } else {
      w3.focus();
   }
   return(false);
}
var w4 = window;
url4 = null
function openWin4(wd,hg,url4) {
ww=wd.substring(0,wd.length);
hh=hg.substring(0,hg.length);
   if ((w4 == window) || w4.closed) {
      w4 = open(url4, "bs", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,top=200,left=200,screenX=0,screenY=0,width="+ww+",height="+hh);
   } else {
      w4.focus();
   }
   return(false);
}
// -->