
      <!-- //

        welcome_off = new Image();
        welcome_off.src = "images/everett_nav_welcome_off.gif";
        welcome_on = new Image();
        welcome_on.src = "images/everett_nav_welcome_on.gif";

        news_off = new Image();
        news_off.src = "images/everett_nav_news_off.gif";
        news_on = new Image();
        news_on.src = "images/everett_nav_news_on.gif";

        cultivation_off = new Image();
        cultivation_off.src = "images/everett_nav_cultivation_off.gif";
        cultivation_on = new Image();
        cultivation_on.src = "images/everett_nav_cultivation_on.gif";

        harvesting_off = new Image();
        harvesting_off.src = "images/everett_nav_harvesting_off.gif";
        harvesting_on = new Image();
        harvesting_on.src = "images/everett_nav_harvesting_on.gif";
        
        planting_off = new Image();
        planting_off.src = "images/everett_nav_planting_off.gif";
        planting_on = new Image();
        planting_on.src = "images/everett_nav_planting_on.gif";

        processing_off = new Image();
        processing_off.src = "images/everett_nav_processing_off.gif";
        processing_on = new Image();
        processing_on.src = "images/everett_nav_processing_on.gif";

        hydraulics_off = new Image();
        hydraulics_off.src = "images/everett_nav_hydraulics_off.gif";
        hydraulics_on = new Image();
        hydraulics_on.src = "images/everett_nav_hydraulics_on.gif";

        contactuk_off = new Image();
        contactuk_off.src = "images/everett_nav_contactuk_off.gif";
        contactuk_on = new Image();
        contactuk_on.src = "images/everett_nav_contactuk_on.gif";
        
        contactus_off = new Image();
        contactus_off.src = "images/everett_nav_usa_off.gif";
        contactus_on = new Image();
        contactus_on.src = "images/everett_nav_usa_on.gif";

        contactusa_off = new Image();
        contactusa_off.src = "images/everett_nav_contactusa_off.gif";
        contactusa_on = new Image();
        contactusa_on.src = "images/everett_nav_contactusa_on.gif";

        email_off = new Image();
        email_off.src = "images/everett_button_email_off.gif";
        email_on = new Image();
        email_on.src = "images/everett_button_email_on.gif";

        email2_off = new Image();
        email2_off.src = "images/everett_button_email2_off.gif";
        email2_on = new Image();
        email2_on.src = "images/everett_button_email2_on.gif";

        entersite_off = new Image();
        entersite_off.src = "images/everett_button_entersite_off.gif";
        entersite_on = new Image();
        entersite_on.src = "images/everett_button_entersite_on.gif";

        ryw_off = new Image();
        ryw_off.src = "images/everett_button_ryw_off.gif";
        ryw_on = new Image();
        ryw_on.src = "images/everett_button_ryw_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=1,location=0,top=160,left=250,statusbars=0,menubars=0,resizable=0,width=' + windowWidth + ',height=' + windowHeight);
          }

      // -->
