function fenetre(lang){
		window.open(lang + "/","",
		"width=" + screen.width + ",height=" + screen.height + ",left=0,top=0,resizable=yes,location=no,menubar=no,status=no,scrollbars=no,directories=no");
}
function emailMessage(message){
		alert(message);
}
