<!-- Beginning of JavaScript Applet -------------------

function popup(monImage, monTitre)
	{ 
	w = window.open('','chargement','width=10,height=10');
	w.document.write( "<html><head><title>monTitre" );
	w.document.write( monTitre );
	w.document.write( "</title>\n" );		
    w.document.write( "<link rel='stylesheet' href='decorum/styles/palette.css'>");
	w.document.write( "<script language='JavaScript'>\n");
	w.document.write( "IE5=NN4=NN6=false;\n");
	w.document.write( "if(document.getElementById)NN6=true;\n");
	w.document.write( "if(document.all)IE5=true;\n");
	w.document.write( "if(document.layers)NN4=true;\n");
	w.document.write( "function autoSize() {\n");
	w.document.write( "self.resizeTo(document.images[0].width+42,document.images[0].height+90);\n");
	w.document.write( "self.sizeToContent();\n");
	w.document.write( "window.resizeTo(document.images[0].width+42,document.images[0].height+90);\n");
	w.document.write( "self.focus();\n");
	w.document.write( "}\n</scri");
	w.document.write( "pt>\n");
	w.document.write( "<link rel='stylesheet' type='text/css' title='rouge' href='styles/style_rouge.css' />");
	w.document.write( "</head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad='javascript:autoSize();' onBlur='window.close()'>" );
	w.document.write( "<br/><center><a href='javascript:window.close();'><img src='"+monImage+"' border=0 alt='"+monTitre+"'></a>" );
	w.document.write( "<p class='titre-breve'>Cliquer sur la photo pour fermer la fen&ecirc;tre</p></center>" );	
	w.document.write( "</body></html>" );
	w.document.close();
	}

// -- End of JavaScript code -------------- -->
