

<!--




function OpenWindow(winName, newURL)   {
      
  win = window.open("", winName,"top=50,height=510,width=750,status=no,toolbar=no,menubar=no,location=no");
  win.location.href = newURL;

   }
   
function OpenFopWindow(winName, newURL)   {
      
  win = window.open("", winName,"top=50,height=580,width=710,status=yes,toolbar=no,menubar=no,location=no");
  win.location.href = newURL;

   }   
  function OpenGemsWindow(winName, newURL)   {
      
  win = window.open("", winName,"top=0,left=0,height=580,width=750,status=yes,toolbar=no,menubar=no,location=no");
  win.location.href = newURL;

   } 
   
   function OpenBioWindow(winName, newURL)   {
      
  win = window.open("", winName,"top=0,left=0,height=490,width=770,status=yes,toolbar=no,menubar=no,location=no");
  win.location.href = newURL;

   } 
   
    function OpenPicWindow(winName, newURL)   {
      
  win = window.open("", winName,"top=0,left=0,height=510,width=500,status=yes,toolbar=no,menubar=no,location=no");
  win.location.href = newURL;

   } 
   
//-->