function contactEmail_launch (Adresse) {

Email1 = window.open(Adresse, "email", "width=500,height=500,left=300,top=200,location=no,menubar=0,resizable=1,top=50,left=50,scrollbars=1,status=0,toolbar=0,dependent=1,hotkeys=1");

Email1.focus();

}