
   function PopupPic(sPicURL) { 
     window.open( "popup.html?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
   } 
   
   function nyit(param)

        {

        open(param, "displayWindow", "width=600,height=400,status=no,scrollbars=yes, toolbar=no,menubar=no,resizable=yes,alwaysRaised=yes");

        }

function autofitIframe(id){ 
if (!window.opera && !document.mimeType && document.all && document.getElementById){
parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
}
else if(document.getElementById) {
parent.document.getElementById(id).style.height=this.document.body.scrollHeight+"px"
}
}
