function video_launch (Adresse) {
Video1 = window.open(Adresse, "sv", "width=555,height=455,left=50,top=50,location=no,menubar=no,resizable=yes,screenX=50,screenY=50,scrollbars=no,status=no,toolbar=no,dependent=yes,hotkeys=yes");
Video1.focus();
}
