
App.ready(function()
{App.getGlobalED().on("open-iframe",openIframe,this);});var Dom=YAHOO.util.Dom;function openIframe(e,el)
{YAHOO.util.Event.stopEvent(e);App.log("opening Iframe");var options=App.Ui.Helper.getDataset(el);options.width="1000px";App.log("url for iframe is: %o",options.url);if(!el._iframePopup){el._iframePopup=new App.Ui.IFramePopup(options);}
el._iframePopup.show();};
