      if (document.images) 
        {
          nav_home_on = new Image
          nav_hosting_on = new Image
          nav_domain_on = new Image
          nav_customer_on = new Image
          nav_faq_on = new Image
          nav_support_on = new Image
          nav_contact_on = new Image

          nav_home_on.src = "/media/nav_home_on.gif"
          nav_hosting_on.src = "/media/nav_hosting_on.gif"
          nav_domain_on.src = "/media/nav_domain_on.gif"
          nav_customer_on.src = "/media/nav_control_on.gif"
          nav_faq_on.src = "/media/nav_faq_on.gif"
          nav_support_on.src = "/media/nav_support_on.gif"
          nav_contact_on.src = "/media/nav_contact_on.gif"

          nav_home_off = new Image
          nav_hosting_off = new Image
          nav_domain_off = new Image
          nav_customer_off = new Image
          nav_faq_off = new Image
          nav_support_off = new Image
          nav_contact_off = new Image

          nav_home_off.src = "/media/nav_home_off.gif"
          nav_hosting_off.src = "/media/nav_hosting_off.gif"
          nav_domain_off.src = "/media/nav_domain_off.gif"
          nav_customer_off.src = "/media/nav_control_off.gif"
          nav_faq_off.src = "/media/nav_faq_off.gif"
          nav_support_off.src = "/media/nav_support_off.gif"
          nav_contact_off.src = "/media/nav_contact_off.gif"        
        }

      function chgImg(imgField,newImg) 
        {
          if (document.images) 
            {
              document[imgField].src= eval(newImg + ".src")
            }
        }

      function MM_openBrWindow(theURL,winName,features) { //v2.0
        popup_win = window.open(theURL,winName,features);
        popup_win.focus();
      }

      function relocate(scripturl, hash) {
        if (hash != "")
        {
          if (location.hash != hash) {
            location.href = scripturl + '?#' + hash;
          }
        }
      }
