   var ver = parseFloat(navigator.appVersion);
   if( (navigator.appName == "Netscape" && ver >= 3) ||
       (navigator.appName == "Microsoft Internet Explorer" && ver >= 4)){


    nimg01     = new Image();
    nimg01.src = "images/buttons/BUT_welkom_O.gif";
	nimg02     = new Image();
    nimg02.src = "images/buttons/BUT_bylei_O.gif";
    nimg03     = new Image();
    nimg03.src = "images/buttons/BUT_fffs_O.gif";
	nimg04     = new Image();
    nimg04.src = "images/buttons/BUT_contact_O.gif";
    nimg05     = new Image();
    nimg05.src = "images/buttons/BUT_concepts_O.gif";
	nimg06     = new Image();
    nimg06.src = "images/buttons/BUT_business_O.gif";
	nimg07     = new Image();
    nimg07.src = "images/buttons/BUT_catering_O.gif";
	nimg08     = new Image();
    nimg08.src = "images/buttons/BUT_stand_O.gif";
	nimg09     = new Image();
    nimg09.src = "images/buttons/BUT_styling_O.gif";
	nimg010     = new Image();
    nimg010.src = "images/buttons/BUT_nieuws_O.gif";
	nimg011     = new Image();
    nimg011.src = "images/buttons/BUT_foto_O.gif";
	nimg012     = new Image();
    nimg012.src = "images/buttons/BUT_home_O.gif";
	nimg013     = new Image();
    nimg013.src = "images/buttons/BUT_werkwijze_O.gif";
	nimg014     = new Image();
    nimg014.src = "images/buttons/BUT_werken_O.gif";
	nimg015     = new Image();
    nimg015.src = "images/buttons/BUT_locations_O.gif";
    nimg016     = new Image();
    nimg016.src = "images/buttons/BUT_private_O.gif";
 	nimg017     = new Image();
    nimg017.src = "images/buttons/BUT_referenties_O.gif";
	
    nimg11     = new Image();
    nimg11.src = "images/buttons/BUT_welkom.gif";
	nimg12     = new Image();
    nimg12.src = "images/buttons/BUT_bylei.gif";
    nimg13     = new Image();
    nimg13.src = "images/buttons/BUT_fffs.gif";
	nimg14     = new Image();
    nimg14.src = "images/buttons/BUT_contact.gif";
    nimg15     = new Image();
    nimg15.src = "images/buttons/BUT_concepts.gif";
	nimg16     = new Image();
    nimg16.src = "images/buttons/BUT_business.gif";
	nimg17     = new Image();
    nimg17.src = "images/buttons/BUT_catering.gif";
	nimg18     = new Image();
    nimg18.src = "images/buttons/BUT_stand.gif";
	nimg19     = new Image();
    nimg19.src = "images/buttons/BUT_styling.gif";
	nimg110     = new Image();
    nimg110.src = "images/buttons/BUT_nieuws.gif";
	nimg111     = new Image();
    nimg111.src = "images/buttons/BUT_foto.gif";
	nimg112     = new Image();
    nimg112.src = "images/buttons/BUT_home.gif";
	nimg113     = new Image();
    nimg113.src = "images/buttons/BUT_werkwijze.gif";
	nimg114     = new Image();
    nimg114.src = "images/buttons/BUT_werken.gif";
	nimg115     = new Image();
    nimg115.src = "images/buttons/BUT_locations.gif";
	nimg116     = new Image();
    nimg116.src = "images/buttons/BUT_private.gif";
	nimg117     = new Image();
    nimg117.src = "images/buttons/BUT_referenties.gif";
}



function hiLite( imgName) {
   var ver = parseFloat(navigator.appVersion);
   if( (navigator.appName == "Netscape" && ver >= 3) ||
       (navigator.appName == "Microsoft Internet Explorer" && ver >= 4)){

    document.images["p"+imgName].src = eval("nimg0"+imgName+".src")
    }
}

function deLite( imgName ) {
   var ver = parseFloat(navigator.appVersion);
   if( (navigator.appName == "Netscape" && ver >= 3) ||
       (navigator.appName == "Microsoft Internet Explorer" && ver >= 4)){

    document.images["p"+imgName].src = eval("nimg1"+imgName+".src")
    }
}