function PleinEcran(URL) {
	window.open(URL, '', 'fullscreen=1, top=0, left=0, width=' + screen.width + ', height=' + screen.height + 'scrollbars=auto');
}
