
function openphoto(nomphoto,largeur,hauteur)
{
hauteur+=70;
largeur+=20;
if (hauteur>450)
{s="yes";hauteur=450;largeur+=30;}
 else
{ s="no";}
photo=open("openphoto.php","","height="+hauteur+",width="+largeur+",top=50,left=220,scrollbars="+s);
photo.document.write("<html><head><title>Photo</title></head>");
photo.document.write("<body background='images/fond_jaune_minuscule.gif'></body>");
photo.document.write("<div align='center'><a href='javascript:window.close()'>");
photo.document.write("<img src='clubdo_photo/"+nomphoto+".jpg' border=0>");
photo.document.write("<br>");
photo.document.write("<img src='images/fermerphoto.gif' border=0></a></div></html>");
}
