function winPop_launch (Adresse) {
App1 = window.open(Adresse, "App", "width=740,height=600,left=50,top=50,location=0,menubar=0,resizable=1,screenX=50,screenY=50,scrollbars=1,status=0,toolbar=0,dependent=1,hotkeys=1");
App1.focus();
}