var popup=function(e){if($chk(a)){popup.delay(2000,null,e);return false;}c=e.split("::");if(c.length<3){alert("Parâmetros insuficientes para abrir popup!");return false;}var g=window.getSize();var h=window.getScroll();
var f=window.getScrollSize();a=new Element('div',{'class':'p99u99bg','styles':{'position':'absolute','z-index':99998,'background':'black','width':f.x,'height':f.y,'top':0,'opacity':0.5}
,'events':{'click':function(){destroyPopup();}}});d={width:((g.x-c[0])/2),height:((g.y-c[1])/2)};b=new Element('div',{'class':'p99u99','styles':{'position':'absolute','z-index':99999,
'width':c[0]+'px','height':c[1]+'px','overflow':'auto','top':((g.y<c[1])?'0px':h.y+d.height),'left':d.width}});b.load(c[2]);$(document.body).grab(a);$(document.body).grab(b);}
var destroyPopup=function(){if($chk(a)){a.destroy();b.destroy();a=null;b=null;}};window.addEvent('scroll',function(){if($chk(a)){var h=window.getScroll();var g=window.getSize();
var f=window.getScrollSize();if(h.y<=(f.y-c[1]))b.set('styles',{'top':((g.y<c[1])?h.y:h.y+d.height)});}});window.addEvent('resize',function(){if($chk(a))
{a.set('styles',{'height':'0px'});var g=window.getSize();var h=window.getScroll();var f=window.getScrollSize();a.set('styles',{'width':g.x,'height':f.y});
d={width:((g.x-c[0])/2),height:((g.y-c[1])/2)};b.set('styles',{'top':((g.y<c[1])?h.y:h.y+d.height),'left':d.width});}});var a=null;var b=null;var c=null;var d=null;window.addEvent('domready',
function(){$$('a.popup').each(function(el){el.addEvent('click',function(){popup(el.get('rel'));return false;})});});

