function mail_encode(nom,hote1,hote2){
	var tg="<";              
	var arob="@";
	var texte=nom+arob+hote1+hote2;
	document.write(tg+"a hr"+"ef=mai"+"lto:"+nom+arob+hote1+hote2+">"+texte+tg+"/a>");
}


function openVideo(urlvideo,title){
 fenetreCent("includes/video.asp?url="+urlvideo,"video",450,430,"menubar=no,scrollbars=yes,statusbar=no");
}

function aide(urlaide){
	 fenetreCent(urlaide,"aide",600,400,"menubar=no,scrollbars=no,statusbar=no");
}


function fenetreCent(url,nom,largeur,hauteur,options) {
var haut=(screen.height-hauteur)/2;
var Gauche=(screen.width-largeur)/2;
fencent=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}

