      <!-- //

        launch_off = new Image();
        launch_off.src = "images/wichita_launch_off.gif";
        launch_on = new Image();
        launch_on.src = "images/wichita_launch_on.gif";

        relaunch_off = new Image();
        relaunch_off.src = "images/wichita_relaunch_off.gif";
        relaunch_on = new Image();
        relaunch_on.src = "images/wichita_relaunch_on.gif";

        latestnews_off = new Image();
        latestnews_off.src = "images/wichita_nav_latestnews_off.gif";
        latestnews_on = new Image();
        latestnews_on.src = "images/wichita_nav_latestnews_on.gif";

        aboutwichita_off = new Image();
        aboutwichita_off.src = "images/wichita_nav_aboutwichita_off.gif";
        aboutwichita_on = new Image();
        aboutwichita_on.src = "images/wichita_nav_aboutwichita_on.gif";

        productrange_off = new Image();
        productrange_off.src = "images/wichita_nav_productrange_off.gif";
        productrange_on = new Image();
        productrange_on.src = "images/wichita_nav_productrange_on.gif";

        support_off = new Image();
        support_off.src = "images/wichita_nav_support_off.gif";
        support_on = new Image();
        support_on.src = "images/wichita_nav_support_on.gif";

        contactus_off = new Image();
        contactus_off.src = "images/wichita_nav_contactus_off.gif";
        contactus_on = new Image();
        contactus_on.src = "images/wichita_nav_contactus_on.gif";

        sparesandaccessories_off = new Image();
        sparesandaccessories_off.src = "images/wichita_nav_sparesandaccessories_off.gif";
        sparesandaccessories_on = new Image();
        sparesandaccessories_on.src = "images/wichita_nav_sparesandaccessories_on.gif";

        requestinformation_off = new Image();
        requestinformation_off.src = "images/wichita_nav_requestinformation_off.gif";
        requestinformation_on = new Image();
        requestinformation_on.src = "images/wichita_nav_requestinformation_on.gif";

        home_off = new Image();
        home_off.src = "images/wichita_nav_home_off.gif";
        home_on = new Image();
        home_on.src = "images/wichita_nav_home_on.gif";

        closewindow_off = new Image();
        closewindow_off.src = "images/wichita_button_closewindow_off.gif";
        closewindow_on = new Image();
        closewindow_on.src = "images/wichita_button_closewindow_on.gif";

        function windowPopup(windowURL,windowTitle,windowWidth,windowHeight)
          {
          gen = window.open(windowURL,windowTitle,'toolbars=0,scrollbars=1,location=0,top=160,left=250,statusbars=0,menubars=0,resizable=0,width=' + windowWidth + ',height=' + windowHeight);
          }

        function swapper(imgName,imgObjName)		
          {
          if (document.images)
            {
            document.images[imgName].src = eval(imgObjName + ".src");
            }
          }

        function openWindow(pagename, scrollo, winname)
          {
          if ((navigator.appName=="Netscape") && (navigator.appVersion.substring(0,1)<5))
            {
            var windowHeight = screen.availWidth - 10;
            var windowWidth = screen.availHeight - 30;
            window.open(pagename, winname, "width=" + windowHeight + ",height=" + windowWidth + ",top=0,left=0,scrollbars=" + scrollo + "");
            }
          else
            {
            var windowHeight = screen.availWidth - 10;
            var windowWidth = screen.availHeight - 30;
            window.open(pagename, winname, "width=" + windowHeight + ",height=" + windowWidth + ",top=0,left=0,scrollbars=" + scrollo + "");
            }
          }

      // -->
