function popimage(img) {
titre="Agrandissement";
w=open("",'image','width=550,height=350,toolbar=no,scrollbars=no,resizable=no');
w.document.write("<script type='text/javascript'>function waitPreloadPage() { if (document.getElementById){document.getElementById('prepage').style.visibility='hidden';}else{if (document.layers){ document.prepage.visibility = 'hidden';}else { document.all.prepage.style.visibility = 'hidden';}}}</"+"script>");
w.document.write("<body onload='waitPreloadPage();' onblur='window.close()' onclick='window.close()' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><DIV id=\"prepage\" style=\"position:absolute; font-family:arial; font-size:16; left:170px; top:90px; background-color:white; layer-background-color:white; height:180px; width:180px;\"><img src=\"images/loading.gif\" alt=\"Chargement en cours\" style=\"border:1px solid blue\" /></DIV>");
w.document.write("<img src='"+img+"' border='0' width='550' height='350' alt='' />");
w.document.close();
}

function confirmSubmit()
{
var agree=confirm("La Suppression est définitive! Etes-vous sûr de vouloir continuer?");
if (agree)
	return true ;
else
	return false ;
}
