
   function openIt(theURL)
   {
   window.open(theURL,'helperwindow','resizable=no,width=415,height=242,status=no,location=no,toolbar=no,scrollbars=no');
   }
   function checkDelete(confirmText)
   {
   if (!confirm(confirmText))
   history.go(-1);return " "
   }
   function closeIt()
   {
   {self.top.close();}
   }


   function openIt2(theURL)
   {
   window.open(theURL,'helperwindow','resizable=no,width=400,height=575,status=no,location=no,toolbar=no,scrollbars=no');
   }
   function checkDelete(confirmText)
   {
   if (!confirm(confirmText))
   history.go(-1);return " "
   }
   function closeIt()
   {
   {self.top.close();}
   }


   function openIt3(theURL)
   {
   window.open(theURL,'helperwindow','resizable=no,width=300,height=355,status=no,location=no,toolbar=no,scrollbars=no');
   }
   function checkDelete(confirmText)
   {
   if (!confirm(confirmText))
   history.go(-1);return " "
   }
   function closeIt()
   {
   {self.top.close();}
   }
