function fermer() {
	opener=self;
	self.close();
}
function PleinEcran(){
	var popUp = window.open("index.php?fs","WoPeople","type=fullWindow,fullscreen=yes,left=0,top=0,width=" + screen.availWidth + ",height=" + screen.availHeight + ",location=no,menubar=no,resizable=no,scrollbars=auto,status=no,titlebar=no,toolbar=no");
}
