function setStatus(STATUS) {
  window.status=STATUS;
}
function imgOn(imgName) {
 document[imgName].src = eval(imgName + ".src");
 window.status='Adult Frontier - Superb Adult Web Hosting Solution';
}
function imgOff(imgName) {
  document[imgName].src = eval(imgName + "_off.src");
}

// Pre-Load /images
  technology = new Image();
  technology.src = "/images/buttons/technology.jpg";
  network = new Image();
  network.src = "/images/buttons/network.jpg";
  hosting = new Image();
  hosting.src = "/images/buttons/hosting.jpg";
  services = new Image();
  services.src = "/images/buttons/services.jpg";
  contactus = new Image();
  contactus.src = "/images/buttons/contactus.jpg";
  support = new Image();
  support.src = "/images/buttons/support.jpg";

  technology_off = new Image();
  technology_off.src = "/images//buttons/technology_off.jpg";
  network_off = new Image();
  network_off.src = "/images/buttons/network_off.jpg";
  hosting_off = new Image();
  hosting_off.src = "/images/buttons/hosting_off.jpg";
  services_off = new Image();
  services_off.src = "/images/buttons/services_off.jpg";
  contactus_off = new Image();
  contactus_off.src = "/images/buttons/contactus_off.jpg";
  support_off = new Image();
  support_off.src = "/images/buttons/support_off.jpg";


