function PopupImage(img) {
	titrepop="Eufirestar";
	w=open("",'image','width=400,height=400,toolbar=0,scrollbars=0,resizable=0,menubar=0,copyhistory=0,status=0,location=0');	
	w.document.write("<HTML><HEAD><TITLE>"+titrepop+"</TITLE></HEAD>");
	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+10,document.images[0].height+44); window.focus();} else { setTimeout('check()',250) } }function fermer() { window.close();} </"+"SCRIPT>");
	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><A HREF='javascript:fermer();'><IMG src='"+img+"' border=0></a>");
	w.document.write("<div align=center style=color:white;font-family:Arial;font-size:75%;background-color:black;>Copyright ©&nbsp;2002-2003 Eufirestar</div></BODY></HTML>");
	w.document.close();
}
