function PopUp(d,a,c){var e=document.createElement("div");e.id="popupOverlay";document.body.appendChild(e);var b="/invites/invite.aspx?TemplateID="+d+"&DesignInstanceID="+a+"&OptionID="+c+"&mode=view";new Ajax.Request(b,{method:"post",onSuccess:function(f){var g=new Window({className:"dialog",title:"",recenterAuto:true,height:500,width:585,resizable:false,closable:false,minimizable:false,maximizable:false,draggable:false,showEffect:Effect.BlindDown,hideEffect:Effect.SwitchOff,showEffectOptions:{duration:1.5}});g.setDestroyOnClose();g.setHTMLContent(f.responseText);g.setZIndex(1500);g.showCenter()}})}function CloseWindow(){var a=document.getElementById("popupOverlay");if(a!=null){a.parentNode.removeChild(a)}Windows.closeAll()}function promoPop(e){var d=document.createElement("div");d.id="popupOverlay";document.body.appendChild(d);var c='<img src="/images/termtop.gif" alt="" class"" />';c+='<div class="preview terms">';c+='<img onclick="CloseWindow( )" src="/images/popupclose.gif" alt="Close" class="close">';c+='<div class="container">';var b=new Window({className:"dialog",recenterAuto:"true",resizable:"false",closable:"false",minimizable:"false",maximizable:"false",draggable:"false",height:300,width:583});var a="</div></div>";a+='<img src="/images/termbottom.gif" alt="" class"" />';b.setDestroyOnClose();b.setHTMLContent(c+e+a);b.setZIndex(2000);b.showCenter()};
