	<!--
	function i_a(imgName)
	{
        	if (document.images)
		{
        	imgOn = eval(imgName + "on.src");
        	document [imgName].src = imgOn;
        	}
	}
	function i_d(imgName)
	{
	        if (document.images)
		{
	        imgOff = eval(imgName + "off.src");
	        document [imgName].src = imgOff;
	        }
	}

	if (document.images)
	{
		m1on = new Image(81,24);
		m1on.src="img/welkom_on.gif";
		m2on = new Image(155,24);
		m2on.src="img/bedrijf_on.gif";
		m3on = new Image(136,24);
		m3on.src = "img/werkzaamheden_on.gif";
		m4on = new Image(97,24);
		m4on.src="img/projecten_on.gif";
		m5on = new Image(84,24);
		m5on.src = "img/contact_on.gif";

		m1off = new Image(81,24);
		m1off.src="img/welkom_off.gif";
		m2off = new Image(155,24);
		m2off.src="img/bedrijf_off.gif";
		m3off = new Image(136,24);
		m3off.src = "img/werkzaamheden_off.gif";
		m4off = new Image(97,24);
		m4off.src="img/projecten_off.gif";
		m5off = new Image(84,24);
		m5off.src = "img/contact_off.gif";
	}

	function fotoPopup( foto, width, height )
	{
  		if ( width > 640 ) width=640;
		if ( height > 480 ) height=480;

		winpops=window.open("toonfoto.php?id="+foto+"&width="+width+"&height="+height,"","width="+width+",height="+height+",status=no,scrollbars=no,resizable=no");
	}
        // -->

