Venda.namespace("Widget.InvtPopups");Venda.Widget.InvtPopups=function(){};Venda.Widget.InvtPopups.create=function(a,b,c){Venda.Widget.InvtPopups.settings=b;Venda.Widget.InvtPopups.tags=c;YAHOO.util.Event.addListener(a,"click",Venda.Widget.InvtPopups.interceptLink);YAHOO.util.Event.addListener(window,"load",Venda.Widget.InvtPopups.popupInvtFeature);YAHOO.util.Event.addListener(document,"keydown",Venda.Widget.InvtPopups.handleKeyPress)};
Venda.Widget.InvtPopups.interceptLink=function(a){YAHOO.util.Event.preventDefault(a);a=document.getElementById(this.id).rel.split(" ");a[0]&&YAHOO.util.Dom.setStyle("popupcontent_panel","width",a[0]+"px");a[1]&&YAHOO.util.Dom.setStyle("popupcontent","height",a[1]+"px");htmlEl=document.getElementById(this.id);headerEl=(hasHeaderID=document.getElementById(this.id+"_header"))?document.getElementById(this.id+"_header").innerHTML:htmlEl.innerHTML;featurePanel.setHeader('<div class="tl"></div><span>'+headerEl+
'</span><div class="tr"></div>');featurePanel.show();Venda.Widget.InvtPopups.isOpen=!0;ajaxFunction(this.href+"&layout=noheaders","popupcontent",null,Venda.Widget.InvtPopups.loadInvtScript)};Venda.Widget.InvtPopups.loadInvtScript=function(){htmlEl.href.match("/invt")!=null&&insertScript(htmlEl.href+"Script&layout=noheaders","popupcontent")};
Venda.Widget.InvtPopups.popupInvtFeature=function(){featurePanel=new YAHOO.widget.Panel("popupcontent_panel",{constraintoviewport:!0,visible:!1,draggable:Venda.Widget.InvtPopups.settings.drag,modal:Venda.Widget.InvtPopups.settings.modal,fixedcenter:Venda.Widget.InvtPopups.settings.fixedCenter,effect:{effect:YAHOO.widget.ContainerEffect.FADE,duration:Venda.Widget.InvtPopups.settings.fade}});featurePanel.setBody("<div id='popupcontent'><p>"+Venda.Widget.InvtPopups.tags.loadmessage+"</p></div>");featurePanel.render("invt_popup");
featurePanel.hideEvent.subscribe(Venda.Widget.InvtPopups.emptyContent)};Venda.Widget.InvtPopups.featureHide=function(a){YAHOO.util.Event.preventDefault(a);featurePanel.hide()};Venda.Widget.InvtPopups.emptyContent=function(){document.getElementById("popupcontent").innerHTML="<p>"+Venda.Widget.InvtPopups.tags.loadmessage+"</p>"};Venda.Widget.InvtPopups.handleKeyPress=function(a){if(Venda.Widget.InvtPopups.isOpen&&a.keyCode===27)Venda.Widget.InvtPopups.isOpen=!1,Venda.Widget.InvtPopups.featureHide(a)};
featureHide=Venda.Widget.InvtPopups.featureHide;features=Venda.Widget.InvtPopups;Venda.Widget.Features=Venda.Widget.InvtPopups;

