//popup=window.open("/Francais/evenements/agenda/popup2.php", "popup", "toolbar=no, status=yes, scrollbars=yes, resizable=no, width=620,height=450,left=" + ((screen.width - 460)/2) + ",top=" + ((screen.height - 150)/2) )

function SupprimeFichier(form, img)
{	document.getElementById(img.id).innerHTML = '';
	form.elements['supprime_' + img.id].value ='1';
}

function modalWin(theURL,l,h)
{	if (window.showModalDialog)
	{	window.showModalDialog(theURL,"titre","resizable:no;help:no;scroll:no;dialogWidth:"+ l + "px;dialogHeight:"+ h + "px");
	}else
	{	window.open(theURL,'name','height='+ h + ',width=' +l + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no ,modal=yes');
	}
}
