// Trying to avoid spam
function dispCourriel() {
	 var le_chapeau =String.fromCharCode(64)
    var le_domaine =String.fromCharCode(115,116,97,110,102,111,114,100,46,101,100,117)
    var courriel_a =String.fromCharCode(109,97,105,108,116,111,58)
    var mon_ptit_nom_a_moi =String.fromCharCode(118,112,97,100,111,105,115)
    var mon_courriel = (mon_ptit_nom_a_moi+le_chapeau+le_domaine)
    var texte_disp = "e-mail Vincent"
    document.write("<a href='"+courriel_a+mon_courriel+"'>"+texte_disp+"</a>")
}

function bdQjd() {
	document.getElementById("mapom").src="ImageS/Im_vignettE/ma_pomme_V2.png"
}

function efbdQjd() {
	document.getElementById("mapom").src="ImageS/Im_vignettE/ma_pomme.png"
}

function switchToDark() {
	document.getElementById("toparrow").src="ImageS/Im_entetE/top.png"
}

function switchToBright() {
	document.getElementById("toparrow").src="ImageS/Im_entetE/top_out.png"
}

function chooseCSS(){
	if ((navigator.userAgent.indexOf("MSIE"))!=-1) {
 			browserName  = "pageie";
 	} else {
 			browserName  = "page";
 	}
 	document.write('<LINK rel=\"stylesheet\" type=\"text/css\" href=\"vpadois_web'+browserName+'.css\">');
}