function PopupImage(img) {
	titre="LIBRES CLICS AUCH 2007";
	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes');	
	w.document.write("<html><head><title>"+titre+"</title></head>");
	w.document.write("<script type='text/javascript'>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"script>");
	w.document.write("<body onload='checksize()' leftMargin=10 topMargin=10 marginwidth=10 marginheight=10><img src='"+img+"' border=0>");
	w.document.write("");
	w.document.write("</body></html>");
	w.document.close();
}

function Runimaj()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="70" height="60">\n'); 
	document.write('<param name="movie" value="img/imaj.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<embed src="img/imaj.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" wmode="transparent" width="70" height="60">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
