// JavaScript Document

//function twAjustePopUp() {
  // Compatible IE5+ / NN6+ / Mozilla
//  if (document.images[0].complete) {
//    window.resizeTo(document.images[0].width,document.images[0].height);
//    window.focus();
//  } else { setTimeout('twAjustePopUp()',1000) }



function twPopupImage(img, titre, auteur) { 
  // Compatible IE5+ / NN6+ / Mozilla
  Fenetre = window.open('','Image','status=no,location=no,width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes,top=0,left=0');
  Fenetre.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  "http://www.w3.org/TR/html4/loose.dtd">	');
  Fenetre.document.write("<html lang='fr'><head><title>"+titre+"</title>");
  Fenetre.document.write("<meta http-equiv='Content-Type' content='text/html'; charset='iso-8859-1'>");
  Fenetre.document.write("<scr"+"ipt type='text/javascript'>function twAjustePopUp() { if (document.images['agrandir'].complete) { window.resizeTo(document.images['agrandir'].width+80,document.images['agrandir'].height+200); window.focus();} else { setTimeout('twAjustePopUp()',1000) } }</"+"scr"+"ipt>");
  Fenetre.document.write("<style type='text/css' media='print' > .no_print {display: none;}</style>")
  Fenetre.document.write("</head><body  style='margin: 0; padding: 0;text-align: center;background-color: black;'>"); 
  Fenetre.document.write("<div style='margin-top: 10px;margin-bottom: 10px;text-align:right;vertical-align: middle;height: 30px;'><a href='javascript:window.print()' title='Imprimer la photo'><img src='../images/imprimante_08.gif' class='no_print'  style='border: 0;width: 56px;height: 30px;margin-right: 20px;' /></a><a href='javascript:onclick=close()' title='Fermer la fenêtre' ><img src='../images/Gif_anime/maison_fenetre05.gif'  class='no_print'  style='width: 30px;height: 30px;border: 0;margin-right: 20px;' /></a></div>"); 
  Fenetre.document.write("<div style='margin:10px;padding:0;background-color: black;'>");
  Fenetre.document.write("<p style='margin:0 0 1em 0;padding:0;text-decoration: none;font-family: arial;font-weight: bold;color: #16cb54;font-size: 1.1em;'>"+titre+"</p>");
  Fenetre.document.write("<img id='agrandir' name='agrandir' src='"+img+"' style='border:8px solid white;' alt='"+auteur+"' title='"+auteur+"' />");
  Fenetre.document.write("</div>")
  Fenetre.document.write("<scr"+"ipt type='text/javascript'>twAjustePopUp()</scr"+"ipt>");
  Fenetre.document.write("</body></html>"); 
  Fenetre.document.close(); 



 	// Fenetre.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr><td valign='middle' align='center'>"); 
  //Fenetre.document.write("<img id='agrandir' name='agrandir' src='"+img+"' border='0' alt='"+auteur+"' title='"+auteur+"' />");
  //Fenetre.document.write("</td></tr></table>");
 	// Fenetre.document.write("<scr"+"ipt type='text/javascript'>twAjustePopUp()</scr"+"ipt>");
 	// Fenetre.document.write("</body></html>"); 
 	// Fenetre.document.close(); 
}

