
   <!-- hide from old browsers

   function techweb_popup(url,winName,opts) {

      if ((typeof url == "undefined") || (url.length == 0)) { return; }

      if (typeof winName == "undefined") { winName = "popupWin"; }

      if (typeof opts == "undefined") { opts = "height=400,width=680,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes"; }

      if (typeof lookupWin != "undefined") {

         if (!lookupWin.closed) {

            lookupWin.close();

            setTimeout ('lookup()',750);

         }

      }

      lookupWin = window.open(url, winName, opts);

      if (lookupWin != null) {

         if (lookupWin.opener == null) {

            lookupWin.opener = self;

         }

      }

   }

   // end hiding -->

<!-- End Javascrip Javascript Pop-up -->