
   function openDetail(theURL)
   {
   window.open(theURL,'helperwindow','resizable=yes,width=580,height=500,status=yes,location=no,toolbar=no,scrollbars=yes');
   }
   function checkDelete(confirmText)
   {
   if (!confirm(confirmText))
   history.go(-1);return " "
   }
   function closeIt()
   {
   {self.top.close();}
   }
