if (document.images) {
 
 <!-- Sub Category Links-->

  image1subon = new Image();

  image1subon.src = "../images/house/houseon_home.jpg";



  image2subon = new Image();

  image2subon.src = "../images/house/houseon_techniques.jpg";



  image3subon = new Image();

  image3subon.src = "../images/house/houseon_scheduling.jpg";



  image4subon = new Image();

  image4subon.src = "../images/house/houseon_commercial.jpg";



  image5subon = new Image();

  image5subon.src = "../images/house/houseon_construction.jpg";

  

  image6subon = new Image();

  image6subon.src = "../images/house/houseon_mustyodors.jpg";

  

  image1suboff = new Image();

  image1suboff.src = "../images/house/house_home.jpg";



  image2suboff = new Image();

  image2suboff.src = "../images/house/house_techniques.jpg";



  image3suboff = new Image();

  image3suboff.src = "../images/house/house_scheduling.jpg";



  image4suboff = new Image();

  image4suboff.src = "../images/house/house_commercial.jpg";



  image5suboff = new Image();

  image5suboff.src = "../images/house/house_construction.jpg";

  

  image6suboff = new Image();

  image6suboff.src = "../images/house/house_mustyodors.jpg";
  
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}