
 type="text/javascript"
 language="JavaScript">

   function openItSm(theURL) {
     window.open(theURL,'helperwindow','resizable=yes,width=335,height=210,status=no,location=no,toolbar=no,scrollbars=no');
   }

   function openItProduct(theURL) {
     window.open(theURL,'helperwindow','resizable=yes,width=500,height=500,status=no,location=no,toolbar=no,scrollbars=no');
   }

   function openIt(theURL) {
     window.open(theURL,'helperwindow','resizable=yes,width=600,height=450,status=no,location=no,toolbar=no,scrollbars=no');
   }

   function openItLogo(theURL) {
     window.open(theURL,'helperwindow','resizable=yes,width=500,height=500,status=no,location=no,toolbar=no,scrollbars=yes');
   }

   function checkDelete(confirmText)
   {if (!confirm(confirmText)) history.go(-1);return " "}

   function closeIt()
   {self.top.close();}

