function onLoadFrame(a){if($(a)!=null){$(a).style.display="none";}else{setTimeout("onLoadFrame('loaderID')",1000);}}function create_popup(f,a,h){var i="popup";var e=new Element("div",{id:"loaderID",style:""});var d=new Element("div",{id:"frameID",style:""});var g=new Element("img",{src:"/images/popup-loader.gif",id:"popupLoader",style:"position:absolute;left:50%;"});
var b=new Element("iframe",{style:"z-index:1000;padding:0;margin:0; background:white; width:"+a+"px;height:"+h+10+"px;overflow: hidden;",src:f,id:i,name:i,border:"0",frameborder:"0",scrolling:"no",marginwidth:"0",marginheight:"0",onload:onLoadFrame("loaderID")});e.appendChild(g);d.appendChild(e);d.appendChild(b);
var c=a-4;if(BrowserDetect.browser=="Explorer"&&BrowserDetect.version=="6"){c=a-14;}Modalbox.show(d,{width:a+6,height:h});$("MB_header").className="popup_header";$("MB_overlay").className="popup_overlay";$("MB_close").style.top=10+"px";$("MB_close").style.right=2+"px";$("MB_content").setStyle({width:c+"px"});
return false;}
