
function AnnoncePleinEcran(Adresse,Width,Height) 
{
	window.open(Adresse, '', 'location=no, menubar=no, status=no, scrollbars=no, toolbar=no, resizable=yes, width='+Width+', height='+Height);
}

