   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_home_O.gif";
	nimg02     = new Image();
    nimg02.src = "images/buttons/BUT_profiel_O.gif";
    nimg03     = new Image();
    nimg03.src = "images/buttons/BUT_portfolio_O.gif";
	nimg04     = new Image();
    nimg04.src = "images/buttons/BUT_vacatures_O.gif";
	nimg05     = new Image();
    nimg05.src = "images/buttons/BUT_gezichten_O.gif";
	nimg06     = new Image();
    nimg06.src = "images/buttons/BUT_contact_O.gif";
	nimg07     = new Image();
    nimg07.src = "images/buttons/BUT_pdf_O.gif";
	nimg08     = new Image();
    nimg08.src = "images/buttons/BUT_ftp_O.gif";
	nimg09     = new Image();
    nimg09.src = "images/buttons/BUT_foto_O.gif";
	nimg010     = new Image();
    nimg010.src = "images/buttons/BUT_media_O.gif";
	nimg011     = new Image();
    nimg011.src = "images/buttons/BUT_fotos_O.gif";
	nimg012     = new Image();
    nimg012.src = "images/buttons/BUT_partners_O.gif";
	nimg013     = new Image();
    nimg013.src = "images/buttons/BUT_route_O.gif";
	nimg014     = new Image();
    nimg014.src = "images/buttons/BUT_ftp_bz_O.gif";
	nimg015     = new Image();
    nimg015.src = "images/buttons/BUT_bz_O.gif";


    nimg11     = new Image();
    nimg11.src = "images/buttons/BUT_home.gif";
	nimg12     = new Image();
    nimg12.src = "images/buttons/BUT_profiel.gif";
    nimg13     = new Image();
    nimg13.src = "images/buttons/BUT_portfolio.gif";
	nimg14     = new Image();
    nimg14.src = "images/buttons/BUT_vacatures.gif";
	nimg15     = new Image();
    nimg15.src = "images/buttons/BUT_gezichten.gif";
	nimg16     = new Image();
    nimg16.src = "images/buttons/BUT_contact.gif";
	nimg17     = new Image();
	nimg17.src = "images/buttons/BUT_pdf.gif";
	nimg18     = new Image();
    nimg18.src = "images/buttons/BUT_ftp.gif";
	nimg19     = new Image();
    nimg19.src = "images/buttons/BUT_foto.gif";
	nimg110     = new Image();
    nimg110.src = "images/buttons/BUT_media.gif";
	nimg111     = new Image();
    nimg111.src = "images/buttons/BUT_fotos.gif";
	nimg112     = new Image();
    nimg112.src = "images/buttons/BUT_partners.gif";
	nimg113     = new Image();
    nimg113.src = "images/buttons/BUT_route.gif";
	nimg114     = new Image();
    nimg114.src = "images/buttons/BUT_ftp_bz.gif";
	nimg115     = new Image();
    nimg115.src = "images/buttons/BUT_bz.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")
    }
}