(function(f){f.tiny=f.tiny||{};f.tiny.popup={options:{model:"popup",closeFn:function(){},loadFn:function(){}}};f.fn.tinypopup=function(a){var a=f.extend({},f.tiny.popup.options,a);new d(f(this),a);return this};function d(h,c){h.appendTo("body");var a=f(".popup",h);var b=f(h.children()[h.children().size()-1]);if(a.size()==0){a=f("<div class='popup'></div>");b=f("<div class='bgPopup'></div>");if(h.html()==null||jQuery.trim(h.html())==""){a.appendTo(h);b.appendTo(h);f.get(h.attr("url"),function(g){a.html(g);h.attr("url",null);e(h,c,a,b)});return false}else{if(h.children().size()==0){a.html(h.html());h.empty()}else{while(h.children().size()>0){f(h.children()[0]).appendTo(a)}}a.appendTo(h);b.appendTo(h);return e(h,c,a,b)}}else{return e(h,c,a,b)}}function e(w,a,c,b){var v=f(".close",w);var u=w;var C=0;var x=this;function z(){y();A()}function y(){v.click(function(){D()});if(a.model=="popup"){b.click(function(){D()})}}function A(){b.css({opacity:"0.6",filter:"alpha(opacity=60)",display:"none",position:"fixed",height:"100%",width:"100%",top:"0px",left:"0px",background:"#000000","z-index":"34"});c.css({display:"none",position:"absolute","z-index":"35"});s();a.loadFn();return false}function s(){if(C==0){f(document).bind("keypress",B);u.css("display","block");b.fadeIn("slow");c.fadeIn("slow");C=1}t();return false}function B(g){if(g.keyCode==27&&C==1){D()}}function D(){if(C==1){C=0;f(document).unbind("keypress",B);b.hide();c.hide();a.closeFn()}}function t(){var g=(f(window).height()-c.outerHeight())/2+f(window).scrollTop();c.css("top",(g<0?f(window).scrollTop():g)+"px");c.css("left",((f(window).width()-c.outerWidth())/2)+f(window).scrollLeft()+"px")}return z()}})(jQuery);
