<div id="apply_box" title="_gxl_Applying Settings" class="hidden _gxl_">
<img src="/img/wait.gif" alt="_gxl_Applying Settings" align="left" class="_gxl_">
<br>&nbsp;&nbsp;&nbsp;<span class="_gxl2_">Please wait...</span>
</div>
<script type="text/javascript">
function apply_box(txt) {
   if(txt.length) { $("#apply_box").attr('title',txt); }
   $("#apply_box").dialog({
      modal: true,
      closeOnEscape: false,
      open: function(event, ui) { $(".ui-dialog-titlebar-close").hide(); }
   });
   return true;
}
</script>
