w1on = new Image; w1off = new Image;
w2on = new Image; w2off = new Image;
w3on = new Image; w3off = new Image;
w4on = new Image; w4off = new Image;
w5on = new Image; w5off = new Image;
w6on = new Image; w6off = new Image;
w7on = new Image; w7off = new Image;
w17on = new Image; w17off = new Image;
w8on = new Image; w8off = new Image;
w9on = new Image; w9off = new Image;
w10on = new Image; w10off = new Image;
w11on = new Image; w11off = new Image;
w12on = new Image; w12off = new Image;
w18on = new Image; w18off = new Image;
w112on = new Image; w112off = new Image;

w1on.src = "global/btn_immo_on.gif";
w1off.src = "global/btn_immo_off.gif";
w2on.src = "global/btn_conso_on.gif";
w2off.src = "global/btn_conso_off.gif";
w3on.src = "global/btn_cred_on.gif";
w3off.src = "global/btn_cred_off.gif";
w4on.src = "global/btn_soc_on.gif";
w4off.src = "global/btn_soc_off.gif";
w5on.src = "global/btn_form_on.gif";
w5off.src = "global/btn_form_off.gif";
w6on.src = "global/btn_conseil_on.jpg";
w6off.src = "global/btn_conseil_off.jpg";
w7on.src = "global/btn_form2_on.gif";
w7off.src = "global/btn_form2_off.gif";
w8on.src = "global/btn_calculer_on.gif";
w8off.src = "global/btn_calculer_off.gif";
w9on.src = "global/btn_montant_on.gif";
w9off.src = "global/btn_montant_off.gif";
w10on.src = "global/btn_contact_on.gif";
w10off.src = "global/btn_contact_off.gif";
w11on.src = "global/btn_valider_on.gif";
w11off.src = "global/btn_valider_off.gif";
w12on.src = "global/btn_favoris_on.gif";
w12off.src = "global/btn_favoris_off.gif";
w17on.src = "global/btn_ex_on.jpg";
w17off.src = "global/btn_ex_off.jpg";
w112on.src = "global/btn_dossier_on.gif";
w112off.src = "global/btn_dossier_off.gif";
w18on.src = "global/btn_offres_emploi_on.gif";
w18off.src = "global/btn_offres_emploi_off.gif";

function echange(avant, apres){
	avant.src = apres.src;
}

