
      <!-- //

        welcome_off = new Image();
        welcome_off.src = "images/saxon_nav_welcome_off.gif";
        welcome_on = new Image();
        welcome_on.src = "images/saxon_nav_welcome_on.gif";

        news_off = new Image();
        news_off.src = "images/saxon_nav_news_off.gif";
        news_on = new Image();
        news_on.src = "images/saxon_nav_news_on.gif";

        services_off = new Image();
        services_off.src = "images/saxon_nav_services_off.gif";
        services_on = new Image();
        services_on.src = "images/saxon_nav_services_on.gif";

        links_off = new Image();
        links_off.src = "images/saxon_nav_links_off.gif";
        links_on = new Image();
        links_on.src = "images/saxon_nav_links_on.gif";

        contact_off = new Image();
        contact_off.src = "images/saxon_nav_contact_off.gif";
        contact_on = new Image();
        contact_on.src = "images/saxon_nav_contact_on.gif";

        email_off = new Image();
        email_off.src = "images/saxon_email_off.gif";
        email_on = new Image();
        email_on.src = "images/saxon_email_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);
          }

      // -->

