function popupimg(val, titre)
{
w=open('','image','width=100,height=100,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<html><head><title>"+ titre +"</title>");
w.document.write("<script language='javascript'> function resizeMe() { if (navigator.appName == 'Netscape') { adjWidth = document.images[0].width; adjHeight = document.images[0].height;}else{ adjWidth = document.images[0].width+13; adjHeight = document.images[0].height+32;} self.resizeTo(adjWidth, adjHeight);}</script>");
w.document.write("</head><body onBlur='self.focus()' onload='resizeMe()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href=javascript:window.close();><IMG src='"+ val +"' alt=Cliquez&nbsp;pour&nbsp;fermer&nbsp;-&nbsp;Click&nbsp;to&nbsp;close border=0></a></body></html>");
w.document.close();
}



function pop_up( url ) {
window.open(url,'cci_popup','alwaysRaised=yes,toolbar=no,height=420,width=520,menubar=no,resizable=yes,scrollbars=yes,status=no');
}

function pop_up_dim( url, h, w) {
	window.open(url,'cci_popup','alwaysRaised=yes,toolbar=no,height='+ h +',width='+ w +',menubar=no,resizable=yes,scrollbars=yes,status=no');
}
