/*  *******************************************
  _ ROLL OVER  _A-TECH_FR
******************************************** */

if (document.images) {
	
/* Nav Item Rollover */

button_prevention_fr_off = new Image(); button_prevention_fr_off.src = "../images/top/button_prevention_fr.gif";
button_prevention_fr_off2 = new Image(); button_prevention_fr_off2.src = "../images/top/button_prevention2_fr.gif";
button_prevention_fr_on = new Image(); button_prevention_fr_on.src = "../images/top/button_prevention3_fr.gif";

button_vivreavec_fr_off = new Image(); button_vivreavec_fr_off.src = "../images/top/button_vivreavec_fr.gif";
button_vivreavec_fr_off2 = new Image(); button_vivreavec_fr_off2.src = "../images/top/button_vivreavec2_fr.gif";
button_vivreavec_fr_on = new Image(); button_vivreavec_fr_on.src = "../images/top/button_vivreavec3_fr.gif";

button_maladies_fr_off = new Image(); button_maladies_fr_off.src = "../images/top/button_maladies_fr.gif";
button_maladies_fr_off2 = new Image(); button_maladies_fr_off2.src = "../images/top/button_maladies2_fr.gif";
button_maladies_fr_on = new Image(); button_maladies_fr_on.src = "../images/top/button_maladies3_fr.gif";

button_prevention_nl_off = new Image(); button_prevention_nl_off.src = "../images/top/button_prevention_nl.gif";
button_prevention_nl_off2 = new Image(); button_prevention_nl_off2.src = "../images/top/button_prevention2_nl.gif";
button_prevention_nl_on = new Image(); button_prevention_nl_on.src = "../images/top/button_prevention3_nl.gif";

button_vivreavec_nl_off = new Image(); button_vivreavec_nl_off.src = "../images/top/button_vivreavec_nl.gif";
button_vivreavec_nl_off2 = new Image(); button_vivreavec_nl_off2.src = "../images/top/button_vivreavec2_nl.gif";
button_vivreavec_nl_on = new Image(); button_vivreavec_nl_on.src = "../images/top/button_vivreavec3_nl.gif";

button_maladies_nl_off = new Image(); button_maladies_nl_off.src = "../images/top/button_maladies_nl.gif";
button_maladies_nl_off2 = new Image(); button_maladies_nl_off2.src = "../images/top/button_maladies2_nl.gif";
button_maladies_nl_on = new Image(); button_maladies_nl_on.src = "../images/top/button_maladies3_nl.gif";

}

function di20(id,newSrc) { 
	//alert(newSrc);
	document.images[id].src = eval(newSrc+".src");
}