    function FitPic() {
       var NS = (navigator.appName=="Netscape")?true:false; 
       iWidth = (NS)?window.innerWidth:document.body.clientWidth;
       iHeight = (NS)?window.innerHeight:document.body.clientHeight;
       iWidth = document.images[0].width - iWidth;
       iHeight = document.images[0].height - iHeight;
       //iHeight = (NS)?iHeight:iHeight+170;
       //window.resizeBy(iWidth, iHeight);
       window.resizeTo(document.images[0].width+10, document.images[0].height+85);
       self.focus();
     }
    function gup( name )
    {
      name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
      var regexS = "[\\?&]"+name+"=([^&#]*)";
      var regex = new RegExp( regexS );
      var results = regex.exec( window.location.href );
      if( results == null )
        return "";
      else
        return results[1];
    }     