/* please make change to the non minified file and then minimize with this http://closure-compiler.appspot.com/home */  
function modal(b,a){var a=jQuery.extend({title:"Modal Box",width:600},a),c=(jQuery(document).width()-a.width)/2;typeof b=="string"?jQuery.ajax({url:b,type:"POST",complete:function(){},success:function(b){jQuery("#MB_window").remove();jQuery("#MB_overlay").remove();jQuery("body").prepend('<div id="MB_window" style="width: '+a.width+"px; height: 472px; left: "+c+'px; overflow: visible;display:none;"><div id="MB_frame" style="bottom: 0px;"><div id="MB_header"><div id="MB_caption">'+a.title+'</div><a id="MB_close" title="Close window" href="#"><span>\u00d7</span></a></div><div id="MB_content">'+
b+"</div></div></div>");jQuery("body").prepend('<div id="MB_overlay" opacity="0" style="opacity: 0.65;"></div>');jQuery("#MB_window").slideToggle("slow");jQuery("#MB_close").click(function(){jQuery("#MB_window").slideToggle("slow",function(){jQuery("#MB_window").remove();jQuery("#MB_overlay").remove()});return!1})}}):(jQuery("#MB_window").remove(),jQuery("#MB_overlay").remove(),jQuery("body").prepend('<div id="MB_window" style="width: '+a.width+"px; height: 472px; left: "+c+'px; overflow: visible;display:none;"><div id="MB_frame" style="bottom: 0px;"><div id="MB_header"><div id="MB_caption">'+
a.title+'</div><a id="MB_close" title="Close window" href="#"><span>\u00d7</span></a></div><div id="MB_content">'+$(b).html()+"</div></div></div>"),jQuery("body").prepend('<div id="MB_overlay" opacity="0" style="opacity: 0.65;"></div>'),jQuery("#MB_window").slideToggle("slow"),jQuery("#MB_close").click(function(){jQuery("#MB_window").slideToggle("slow",function(){jQuery("#MB_window").remove();jQuery("#MB_overlay").remove()});return!1}))};
