(function(a){a.fn.simplebox=function(){var d=a(document.createElement("div")),f=a(document.createElement("a")),c=a(this),g=a(document).width(),b=a(window).height(),k=a(document).height(),j=c.width(),i=c.height(),e=(g-j)/2,h=(b-i)/2;if(jQuery.browser.version==="7.0"){a("html").addClass("ie6 ie7")}d.attr({id:"simplebox_wrapper"});d.css({width:g,height:k});c.css({position:"absolute",top:h,left:e,"box-shadow":"0 1px 8px rgba(0,0,0,0.75)","z-index":"99999"});f.attr({id:"close_simplebox",title:"Close dialog",accesskey:"c"});f.css("margin-left",j-18+"px");f.append("close dialog");c.children(":first").before(f);a("body").append(d);c.show();if(a.support.changeBubbles===false){a("#simplebox_wrapper").css("background-color","#333").fadeTo("fast",0.5)}a("body").keyup(function(l){if(l.which===27){a("#"+c.attr("id")).closeSimpleBox()}});a("#close_simplebox").click(function(l){l.preventDefault();a("#"+c.attr("id")).closeSimpleBox()});d.click(function(l){l.preventDefault();a("#"+c.attr("id")).closeSimpleBox()})};a.fn.closeSimpleBox=function(){a("#simplebox_wrapper, #close_simplebox").remove();a(this).hide()}}(jQuery));
