function OpenWin(FileToOpen,w,h){
      if (w=='' || w < 0 || w==null) w=750;
      if (h=='' || h < 0 || h==null) h=700;
	  if (h >= window.screen.availHeight) h = window.screen.availHeight-100;
	  if (w >= window.screen.availWidth) h = window.screen.availWidth-100;
  	  myWin=open(FileToOpen,"DisplayWidnow", "status=no,toolbar=yes,menubar=no,Directories=no,resizable=yes,ScrollBars=yes,location=no,width="+w+",height="+h);
	  myWin.focus();	
}

function printWindow(){

    window.print();

}


function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=document.getElementById(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
