app.gallery_win=null;app.gallery_dim=new Object;app.Popup=new function(){var _1=function(_2){var w=parseInt(_2.split("|")[0])+60;return w>window.screen.availWidth?window.screen.availWidth:w;};var _4=function(_5){var h=parseInt(_5.split("|")[1])+90;return h>window.screen.availHeight-90?window.screen.availHeight-90:h;};var _7=function(a){var w=_1(a.className);var h=_4(a.className);if(app.gallery_dim.width<w||app.gallery_dim.height<h){return false;}if(app.gallery_dim.width-w>200||app.gallery_dim.height-h>200){return false;}return true;};var _b=function(e){var _d=e.target?e.target:(e.nodeName?e:this);if(!_d.nodeName){return;}if(_d.nodeName.toLowerCase()!="img"&&_d.nodeName.toLowerCase()!="a"){return;}var a=_d.nodeName.toLowerCase()=="img"?_d.parentNode:_d;app.gallery_dim.width=_1(a.className);app.gallery_dim.height=_4(a.className);var _f="resizable=yes,status=yes,scrollbars=yes,width="+app.gallery_dim.width+",height="+app.gallery_dim.height;var url="/p"+a.href.replace(/^.+\/([a-z])\/([^\/]+)$/,"$1/$2");if(url.indexOf("/tmp/")>-1){var url="/p"+a.href.replace(/^.+\/(t)mp\/([^\/]+)$/,"$1/$2");}if((app.gallery_win=window.open(url,"_blank",_f))!=null){app.gallery_win.focus();if(!e.nodeName){e.preventDefault();}}if(!e.nodeName){e.stopPropagation();}};this.execute=function(){var _11;if((_11=app.byId("main_content"))!=null){var _12=window.top!=window&&window.attachEvent&&!window.addEventListener;var _13=_11.getElementsByTagName("a");for(var i=0,l=_13.length;i<l;i++){if(_13[i].className.match(/[1-9][0-9]*\|[1-9][0-9]*/)){if(!_12){app.Event.add(_13[i],"click",_b);}else{_13[i].onclick=function(){_b(this);return false;};}}}}if((_11=app.byId("gallery_photos"))!=null){var _16=_11.getElementsByTagName("tbody")[0];if(typeof _16=="undefined"){return;}app.Event.add(_16,"click",_b);}if((_11=app.byId("gallery_photo"))!=null){app.Event.add(_11,"click",_b);}};};(function(){if(app.w3c){app.Event.addOnLoad(function(){app.Popup.execute();},true);}})();
