$(function(){$("body").prepend("<div id=\"mask\"></div>");});function modalOverLay(){var _1=$(window).width();var _2=$(window).height();$("#mask").fadeIn(1000);$("#mask").fadeTo("slow",0.6);};function hideModalOverLay(){$("#mask").fadeOut(1000);};function modal_message(_3,_4,_5,w,h,_6){SITE_ROOT="";var _7=((typeof (w)!="undefined")?w:220);var _8=((typeof (h)!="undefined")?h:"auto");if(_8!="auto"){var _9=_8;}else{_9="25px";h=(parseInt(_9));}var _a=$(window).width();var _b=$(window).height();var _c=(_a-_7)/2;if(_8!="auto"){var _d=(_b-h)/2;}else{var _d=(_b-h)/2;}if(_d<0){_d=10;}if(_8>_b){_8=_b-80;}var _e=(_7-3);if(typeof (_6)!="undefined"){if(_6==true){_3="<iframe  width=100% height="+parseInt(_8)+" src=\""+_3+"\" border=0 allowtransparency=\"1\" frameborder=\"0\" scrolling=\"auto\"></iframe>";}}var _f="<div class=\"modal_msg_displayer\" style=\"width:"+_7+"px;\"><div class=\"heading\" style=\"width:"+_e+"px\">"+_4;if(_5!=false){_f+="<a href=\"javascript:close_modal();\" ><img src=\""+SITE_ROOT+"/images/close.png \" width=\"16\" class=\"close\"/></a>";}_f+="</div><div class=\"messages\" style=\"min-height:"+_9+";height:"+_8+"\">"+_3+"</div></div>";$("body").append(_f);$(".modal_msg_displayer").css({"margin-left":_c+"px",top:_d+"px","display":"block"});};function close_modal(){$(".modal_msg_displayer").slideUp(100,function(){$(".modal_msg_displayer").remove();hideModalOverLay();});};
