
      <!-- //

        go_off = new Image();
        go_off.src = "images/gowhippet_button_go_off.gif";
        go_on = new Image();
        go_on.src = "images/gowhippet_button_go_on.gif";

        function swapper(imgName,imgObjName)		
          {
          if (document.images)
            {
            document.images[imgName].src = eval(imgObjName + ".src");
            }
          }

        function windowPopup(windowURL,windowTitle,windowWidth,windowHeight)
          {
          gen = window.open(windowURL,windowTitle,'toolbars=0,scrollbars=0,location=0,top=160,left=250,statusbars=0,menubars=0,resizable=1,width=' + windowWidth + ',height=' + windowHeight);
          }

      // -->