

var photo=null;



function popup_photo(nom,largeur,hauteur,titre)	{


lplus=45;
hplus=65;

limage=eval(largeur);
himage=eval(hauteur);

lpage=limage + lplus;
hpage=himage + hplus;


		if (!photo || photo.closed) 		{
		


photo=window.open('','','width='+lpage+',height='+hpage+',toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no');
photo.document.write('<html><head><title>'+titre+'</title><link rel=stylesheet href=styles.css></head><body bgcolor="#1F3F2C" background="media/fond_vert_fc.gif"><table border=0 cellspacing=0 cellpadding=0 width=200 height=100><tr><td height=13><img src=media/pop_a1.gif width=13 height=13></td><td width=100% background=media/pop_a2.gif><img src=media/1pix_transp.gif width=1 height=1></td><td height=13><img src=media/pop_a3.gif width=14 height=13></td></tr><tr><td height=100% background=media/pop_b1.gif valign=top><img src=media/1pix_transp.gif width=1 height=1></td><td height=100% valign=top bgcolor="#FFF4D7"><img src=media/'+nom+' width='+largeur+' height='+hauteur+' alt="'+titre+'"><br><center><span class=txtorange><b>'+titre+'</b></span></center></td><td height=100% background=media/pop_b3.gif valign=top><img src=media/1pix_transp.gif width=1 height=1></td></tr><tr><td><img src=media/pop_c1.gif width=13 height=15></td><td width=100% background=media/pop_c2.gif><img src=media/1pix_transp.gif width=1 height=1></td><td><img src=media/pop_c3.gif width=14 height=15></td></tr></table></body></html>');
			photo.focus();
			

			
						
		} else {
			photo.window.close();
photo=window.open('','','width='+lpage+',height='+hpage+',toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no');
photo.document.write('<html><head><title>'+titre+'</title><link rel=stylesheet href=styles.css></head><body bgcolor="#1F3F2C" background="media/fond_vert_fc.gif"><table border=0 cellspacing=0 cellpadding=0 width=200 height=100><tr><td height=13><img src=media/pop_a1.gif width=13 height=13></td><td width=100% background=media/pop_a2.gif><img src=media/1pix_transp.gif width=1 height=1></td><td height=13><img src=media/pop_a3.gif width=14 height=13></td></tr><tr><td height=100% background=media/pop_b1.gif valign=top><img src=media/1pix_transp.gif width=1 height=1></td><td height=100% valign=top bgcolor="#FFF4D7"><img src=media/'+nom+' width='+largeur+' height='+hauteur+' alt="'+titre+'"><br><center><span class=txtorange><b>'+titre+'</b></span></center></td><td height=100% background=media/pop_b3.gif valign=top><img src=media/1pix_transp.gif width=1 height=1></td></tr><tr><td><img src=media/pop_c1.gif width=13 height=15></td><td width=100% background=media/pop_c2.gif><img src=media/1pix_transp.gif width=1 height=1></td><td><img src=media/pop_c3.gif width=14 height=15></td></tr></table></body></html>');
			photo.focus();
			
		

		}
	}

