<!-- 
if (top.frames.length==0)  
   {   
   cBaseHRef=self.location.protocol+"//"+self.location.host+"/"
   cSelf=self.location.pathname
   if (cSelf.charAt(0) !="/") // MSIE 4.01 bug solved 
      {
      cSelf="/"+self.location.pathname
      }
    top.location.href="default.php"+"?"+cSelf 
  }
else
{
if (document.all) 
   {
   top.window.moveTo(0,0);
   top.window.resizeTo(screen.availWidth+4,screen.availHeight);
   }
else if (document.layers||document.getElementById) 
        {
        if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
            {
            top.window.outerHeight = screen.availHeight;
            top.window.outerWidth = screen.availWidth;
            }
        }  
}        
function vsOpenWindow(cURL,cWinName,cFeatures)
{
if (typeof(MoreInfoWindow) == "undefined")
   {
   MoreInfoWindow=window.open(cURL,cWinName,cFeatures)
   }
else
   {
   if (!MoreInfoWindow.closed)
      {
      MoreInfoWindow.close()
	  }
   MoreInfoWindow=window.open(cURL,cWinName,cFeatures)
   }
}
// -->

