// JavaScript Document

if (document.images) {

philosophie_off = new Image(); 
philosophie_off.src = "images/nav01NL_off.gif";  
philosophie_on = new Image(); 
philosophie_on.src = "images/nav01NL_on.gif"; 

methode_off = new Image(); 
methode_off.src = "images/nav02NL_off.gif";  
methode_on = new Image(); 
methode_on.src = "images/nav02NL_on.gif"; 

equipe_off = new Image(); 
equipe_off.src = "images/nav03NL_off.gif";  
equipe_on = new Image(); 
equipe_on.src = "images/nav03NL_on.gif"; 

pack_off = new Image(); 
pack_off.src = "images/nav04NL_off.gif";  
pack_on = new Image(); 
pack_on.src = "images/nav04NL_on.gif"; 

campagne_off = new Image(); 
campagne_off.src = "images/nav05NL_off.gif";  
campagne_on = new Image(); 
campagne_on.src = "images/nav05NL_on.gif"; 

presse_off = new Image(); 
presse_off.src = "images/nav06NL_off.gif";  
presse_on = new Image(); 
presse_on.src = "images/nav06NL_on.gif"; 

contact_off = new Image(); 
contact_off.src = "images/nav07NL_off.gif";  
contact_on = new Image(); 
contact_on.src = "images/nav07NL_on.gif"; 

reseau_off = new Image(); 
reseau_off.src = "images/nav08NL_off.gif";  
reseau_on = new Image(); 
reseau_on.src = "images/nav08NL_on.gif"; 


recherche_off = new Image(); 
recherche_off.src = "images/but_onderzoek_off.gif";  
recherche_on = new Image(); 
recherche_on.src = "images/but_onderzoek_on.gif"; 


affichage_off = new Image(); 
affichage_off.src = "images/but_affichage_off.gif";  
affichage_on = new Image(); 
affichage_on.src = "images/but_affichage_on.gif"; 


television_off = new Image(); 
television_off.src = "images/but_televisie_off.gif";  
television_on = new Image(); 
television_on.src = "images/but_televisie_on.gif"; 

cinema_off = new Image(); 
cinema_off.src = "images/but_cinema_off.gif";  
cinema_on = new Image(); 
cinema_on.src = "images/but_cinema_on.gif"; 

}


function imageOver(id,newSrc) {
	document.images[id].src = eval(newSrc+".src");
}
