﻿
  if (document.images)
   {
     pic1on= new Image(86,18);
     pic1on.src="../images/overknop-storvatt.gif";  
     pic2on= new Image(60,18);
     pic2on.src="../images/overknop-kinderen.gif"; 
     pic3on= new Image(35,17);
     pic3on.src="../images/overknop-hout.gif"; 
     pic4on= new Image(130,17);
     pic4on.src="../images/overknop-water.gif"; 
     pic5on= new Image(130,18);
     pic5on.src="../images/overknop-opbouw.gif"; 
     pic6on= new Image(118,16);
     pic6on.src="../images/overknop-modellen.gif";
     pic7on= new Image(118,17);
     pic7on.src="../images/overknop-testen.gif"; 
	 pic8on= new Image(129,17);
     pic8on.src="../images/overknop-vragen.gif"; 
     pic9on= new Image(60,17);
     pic9on.src="../images/overknop-tuinbeurzen.gif"; 
     pic10on= new Image(53,17);
     pic10on.src="../images/overknop-klanten.gif"; 
     pic11on= new Image(101,17);
     pic11on.src="../images/overknop-brochure.gif"; 
     pic12on= new Image(53,16);
     pic12on.src="../images/overknop-contact.gif"; 
     pic13on= new Image(13,13);
     pic13on.src="../images/overvlag-engels.gif"; 
     pic14on= new Image(13,13);
     pic14on.src="../images/overvlag-belgie.gif"; 
     pic15on= new Image(13,13);
     pic15on.src="../images/overvlag-duits.gif"; 
     pic16on= new Image(13,13);
     pic16on.src="../images/overvlag-frans.gif";
     pic17on= new Image(13,13);
     pic17on.src="../images/overvlag-nederlands.gif"; 
     pic18on= new Image(13,13);
     pic18on.src="../images/overvlag-spanje.gif"; 
	 pic19on= new Image(86,17);
     pic19on.src="../images/overknop-dealers.gif"; 
	 pic21on= new Image(70,17);
     pic21on.src="../images/overknop-ervaringen.gif"; 
	 pic22on= new Image(118,16);
     pic22on.src="../images/overknop-elektrisch.gif"; 

     pic1off= new Image(86,18);
     pic1off.src="../images/knop-storvatt.gif";
     pic2off= new Image(60,18);
     pic2off.src="../images/knop-kinderen.gif";
     pic3off= new Image(35,17);
     pic3off.src="../images/knop-hout.gif";
     pic4off= new Image(130,17);
     pic4off.src="../images/knop-water.gif";
     pic5off= new Image(130,18);
     pic5off.src="../images/knop-opbouw.gif";
     pic6off= new Image(118,16);
     pic6off.src="../images/knop-modellen.gif";
     pic7off= new Image(118,17);
     pic7off.src="../images/knop-testen.gif";
	 pic8off= new Image(129,17);
     pic8off.src="../images/knop-vragen.gif";
     pic9off= new Image(60,17);
     pic9off.src="../images/knop-tuinbeurzen.gif";
     pic10off= new Image(53,17);
     pic10off.src="../images/knop-klanten.gif";
     pic11off= new Image(101,17);
     pic11off.src="../images/knop-brochure.gif";
     pic12off= new Image(53,16);
     pic12off.src="../images/knop-contact.gif";
     pic13off= new Image(13,13);
     pic13off.src="../images/vlag-engels.gif"; 
     pic14off= new Image(13,13);
     pic14off.src="../images/vlag-belgie.gif"; 
     pic15off= new Image(13,13);
     pic15off.src="../images/vlag-duits.gif"; 
     pic16off= new Image(13,13);
     pic16off.src="../images/vlag-frans.gif";
     pic17off= new Image(13,13);
     pic17off.src="../images/vlag-nederlands.gif";
     pic18off= new Image(13,13);
     pic18off.src="../images/vlag-spanje.gif";
	 pic19off= new Image(86,17);
     pic19off.src="../images/knop-dealers.gif";
	 pic21off= new Image(70,17);
     pic21off.src="../images/knop-ervaringen.gif";
	 pic22off= new Image(118,16);
     pic22off.src="../images/knop-elektrisch.gif"; 
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }