/*  *******************************************
  _ ROLL OVER  _A-TECH_FR
******************************************** */

if (document.images) {

agence_off = new Image(); agence_off.src = "images/navig/agence.gif";  
agence_on = new Image(); agence_on.src = "images/navig/agence2.gif";

calendrier_off = new Image(); calendrier_off.src = "images/navig/calendrier.gif";  
calendrier_on = new Image(); calendrier_on.src = "images/navig/calendrier2.gif";

rapports_off = new Image(); rapports_off.src = "images/navig/rapports.gif";  
rapports_on = new Image(); rapports_on.src = "images/navig/rapports2.gif";

experts_off = new Image(); experts_off.src = "images/navig/experts.gif";  
experts_on = new Image(); experts_on.src = "images/navig/experts2.gif";

infospratiques_off = new Image(); infospratiques_off.src = "images/navig/infospratiques.gif";  
infospratiques_on = new Image(); infospratiques_on.src = "images/navig/infospratiques2.gif";

}

function di20(id,newSrc) {  // Fonction di20
	document.images[id].src = eval(newSrc+".src");
}



/*  *******************************************
  _ Swap images  _
******************************************** */

