//creating and preloading images 
if (document.images) {
   img1on = new Image();
   img1on.src="/i/front-one/01eight.gif";    //Active Images
   img2on = new Image();
   img2on.src="/i/front-one/02orange.gif";   
   img3on = new Image();
   img3on.src="/i/front-one/03falling.gif";
   img4on = new Image();
   img4on.src="/i/front-one/04warndef.gif";
   img5on = new Image();
   img5on.src="/i/front-one/05coffee.gif";   
   img6on = new Image();
   img6on.src="/i/front-one/06leftdown.gif";
   img7on = new Image();
   img7on.src="/i/front-one/07comment.gif";
   img8on = new Image();
   img8on.src="/i/front-one/08sentenced.gif";   
   img9on = new Image();
   img9on.src="/i/front-one/09service.gif";
   img10on = new Image();
   img10on.src="/i/front-one/10current.gif";
   img11on = new Image();
   img11on.src="/i/front-one/11listlinq.gif";   
   img12on = new Image();
   img12on.src="/i/front-one/12contact.gif";
   img13on = new Image();
   img13on.src="/i/front-one/13frequently.gif";
   img14on = new Image();
   img14on.src="/i/front/rightbuild-roll.gif";

   img1off = new Image();
   img1off.src="/i/front/blackhold.gif";
   img2off = new Image();
   img2off.src="/i/front/blackhold.gif";
   img3off = new Image();
   img3off.src="/i/front/blackhold.gif";
   img4off = new Image();
   img4off.src="/i/front/blackhold.gif";
   img5off = new Image();
   img5off.src="/i/front/blackhold.gif";
   img6off = new Image();
   img6off.src="/i/front/blackhold.gif";
   img7off = new Image();
   img7off.src="/i/front/blackhold.gif";
   img8off = new Image();
   img8off.src="/i/front/blackhold.gif";
   img9off = new Image();
   img9off.src="/i/front/blackhold.gif";
   img10off = new Image();
   img10off.src="/i/front/blackhold2.gif";
   img11off = new Image();
   img11off.src="/i/front/blackhold2.gif";
   img12off = new Image();
   img12off.src="/i/front/blackhold2.gif";
   img13off = new Image();
   img13off.src="/i/front/blackhold2.gif";
   img14off = new Image();
   img14off.src="/i/front/rightbuild-norm.gif";
  
  }
function imgAct(imgName) {
   if (document.images) {
      document[imgName].src = eval(imgName + "on.src");
           }
}
function imgInact(imgName) {
   if (document.images) {
      document[imgName].src = eval(imgName + "off.src");
            }
}