<!--
function rolloverImage(cellName, imageName) 
    {
     if(document.images) 
       {
        document[cellName].src = imageName;
       }
}

function preloadImages() {
  var d=document; if(d.images){ if(!d.preload) d.preload=new Array();
    var i,j=d.preload.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.preload[j]=new Image; d.preload[j++].src=a[i];}}
}

function findObj(n, d) {
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document); return x;
}

function swapImgRestore() {
  var i,x,a=document.sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function swapImage() {
  var i,j=0,x,a=swapImage.arguments; document.sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=findObj(a[i]))!=null){document.sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function display(url){
window.open(url,"ReportWindow","toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no,top=140,width=460,height=270,left="+(screen.width-460)/2);
}

function pic_popup(url){
window.open(url,"Picture","toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no,top=50,width=480,height=330,left=50");
}

function printpop(url){
window.open(url,"print","toolbar=yes,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=yes,top=50,left=50,width=612,height=330");
}

function gen_popup(theURL,winName,cProperty){
window.open(theURL,winName,cProperty);
}

function ses_popup(theURL,winName,cProperty){ window.open(theURL,'schedule1','toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,left=25,top=2000,width=100 height=100');
}

function popup(theURL,winName){
window.open(theURL,winName,"toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,fullscreen=no,scrollbars=yes,width=530,height=440,top=25,left="+(screen.width-530)/2);
}
//-->
