  if (document.images) {
  var picture1on = new Image();
  picture1on.src = "Images/FELSPAR024.jpg";
  var picture2on = new Image();
  picture2on.src = "Images/FELSPAR029.jpg";
  var picture3on = new Image();
  picture3on.src = "Images/FELSPAR021.jpg";
  var picture4on = new Image();
  picture4on.src = "Images/FELSPAR026.jpg";
  var picture5on = new Image();
  picture5on.src = "Images/FELSPAR027.jpg";
  var picture6on = new Image();
  picture6on.src = "Images/FELSPARMODELS028.jpg";
  var picture7on = new Image();
  picture7on.src = "Images/FELSPARMODELS03.jpg";
  var picture8on = new Image();
  picture8on.src = "Images/FELSPARMODELS031.jpg";
  var picture9on = new Image();
  picture9on.src = "Images/Wallbed2full.jpg";
  var picture10on = new Image();
  picture10on.src = "Images/Wallbed3full.jpg";
  var picture11on = new Image();
  picture11on.src = "Images/192C034.jpg";
  var picture12on = new Image();
  picture12on.src = "Images/192C005.jpg";
  var picture13on = new Image();
  picture13on.src = "Images/192C008.jpg";
  var picture14on = new Image();
  picture14on.src = "Images/192C017.jpg";
  var picture15on = new Image();
  picture15on.src = "Images/192C029.jpg";
  var picture16on = new Image();
  picture16on.src = "Images/co-3.jpg";
  var picture17on = new Image();
  picture17on.src = "Images/co-2.jpg";
  var picture18on = new Image();
  picture18on.src = "Images/co-1.jpg";
  var picture19on = new Image();
  picture19on.src = "Images/co-4.jpg";
  var picture20on = new Image();
  picture20on.src = "Images/co-5.jpg";
  var picture21on = new Image();
  picture21on.src = "Images/192C029.jpg";
 
}

function imageOn(imgName)  {
  if (document.images)
    document.main.src = eval(imgName + "on.src");
	}

function inact(imgName) {
  if (document.images)
    document[imgName].src = eval(imgName + "off.src");
}

