(function(A){A.floatbox=function(C){var B=function(){var H=parseInt(A.prototype.jquery.match(/\d/gim)[1]);var I;if(H>1){I=A(window).width()}else{I=document.body.scrollWidth?document.body.scrollWidth:document.documentElement.scrollWidth}return I/2};var E=A.extend({bg:"floatbox-background",box:"floatbox-box",content:"aaaaaaaaaaaaaaaaaaa<br><br><br><br><br><br><br><br><br><br>",button:"",desc:"This is a popup box, press esc key to close.",fade:false,ajax:null,bgConfig:{position:(A.browser.msie)?"absolute":"fixed",zIndex:8,width:"100%",height:"100%",top:"0px",left:"0px",backgroundColor:"#000",opacity:"0.5",display:"none"},boxConfig:{position:(A.browser.msie)?"absolute":"fixed",zIndex:9,width:B()+"px",marginLeft:"-"+(B()/2)+"px",height:"auto",top:"50%",left:"50%",backgroundColor:"#fff",display:"none"}},C);var D=function(){var H=typeof E.content==="string"?E.content:E.content.clone();A("<div></div>").bind("click",function(){G()}).attr("id",E.bg).css(E.bgConfig).width((A.browser.msie)?document.body.clientWidth:"100%").height((A.browser.msie)?document.body.clientHeight:"100%").appendTo("body");A("<div></div>").attr({id:E.box,role:"alertdialog"}).html(H).append(E.button).css(E.boxConfig).appendTo("body").css("margin-top","-"+A("#"+E.box).height()/2+"px").find(".close-floatbox").bind("click",function(){G()}).end();A(".close-floatbox").bind("click",function(){G()});if(E.fade){A("#"+E.bg).fadeIn(200,function(){A("div#"+E.box).fadeIn(200)})}else{A("#"+E.bg).show().parent().find("#"+E.box).show()}if(E.ajax){A.ajax({type:E.ajax.params===""?"GET":"POST",url:E.ajax.url,data:E.ajax.params,beforeSend:function(){A("#"+E.box).html(E.ajax.before)},success:function(I){A("#"+E.box).html(I).append(E.button).find(".close-floatbox").bind("click",function(){G()}).end()},complete:function(I,J){if(E.ajax.finish){E.ajax.finish(I,J)}},contentType:"html"})}};var G=function(){if(E.fade){A("#"+E.box).fadeOut(200,function(){A("#"+E.bg).fadeOut(200,function(){A("#"+E.box).remove();A("#"+E.bg).remove()})})}else{A("#"+E.box+",#"+E.bg).hide();setTimeout(function(){A("#"+E.box).remove();A("#"+E.bg).remove()},500)}if(window.gameid){A("#flashobj_ha").show()}};A.floatbox.CloseBox=G;var F=function(){D();A(document).one("keypress",function(I){var H=A.browser.mozilla?0:27;if(I.which===H){G()}}).one("keydown",function(I){var H=A.browser.mozilla?0:27;if(I.which===H){G()}});if(A.browser.msie){A("body, html").css({height:"100%",width:"100%"});A(window).bind("scroll",function(){A("#"+E.box).css("top",document.documentElement.scrollTop+(A(window).height()/2)+"px")})}};F()}})(jQuery)
