numimg = 1;marge = 30;urlimagept = "";urlimagegd = "";titrepage = "";nomfenetre = "";////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////function dzzoom (numimg) {urlimagegd = base_repertoire+"/gd_"+base_nom_image[numimg]+".jpg";nomfenetre = base_repertoire+"_"+base_nom_image[numimg];titrepage = ""+legende_image[numimg];largeurimg = largeur_image[numimg];largeurimg = largeurimg+marge+marge;hauteurimg = 500+marge+marge;w=open("",nomfenetre,'width='+largeurimg+',height='+hauteurimg+',toolbar=no,scrollbars=no,resizable=no,menubars=no,directories=no,location=no,status=no');w.document.writeln("<html><head><title>"+titrepage+"</title>");w.document.writeln("<link href=\"scripts/styles_dominique_zoladz.css\" rel=\"stylesheet\" media=\"screen\">");w.document.writeln("</head>");w.document.writeln("<body class=\"zoom\" bgcolor=\"black\" leftmargin=\"30\" marginheight=\"30\" marginwidth=\"30\" topmargin=\"30\">");w.document.write("<img src=\""+urlimagegd+"\" border=\"0\" height=\"500\">");w.document.writeln("</body></html>");w.document.close();}////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////function dzimggalerie () {urlimagept = base_repertoire+"/pt_"+base_nom_image[numimg]+".jpg";legende = legende_image[numimg];document.write("<a href=\"javascript:dzzoom('"+numimg+"');\">");document.write("<img src=\""+urlimagept+"\" border=\"0\" height=\"194\">");document.write("</a>");}////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////function dzlegendegalerie () {legende = legende_image[numimg];document.write(legende);numimg ++;}////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////function dzaffichegalerie () {document.writeln("<!---->");document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td><!---->");document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td valign=\"top\" width=\"7\" background=\"img_general/ombre_centre_g.jpg\"><img src=\"img_general/ombre_g_h.jpg\" alt=\"\" width=\"7\" height=\"20\" border=\"0\"></td>");document.writeln("<td rowspan=\"2\"><!---->");document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td background=\"img_general/ombre_centre_h.jpg\"><!---->");document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td>");document.writeln("<div align=\"left\">");document.writeln("<img src=\"img_general/ombre_h_g.jpg\" alt=\"\" width=\"20\" height=\"6\" border=\"0\"></div>");document.writeln("</td>");document.writeln("<td>");document.writeln("<div align=\"right\">");document.writeln("<img src=\"img_general/ombre_h_d.jpg\" alt=\"\" width=\"20\" height=\"6\" border=\"0\"></div>");document.writeln("</td>");document.writeln("</tr>");document.writeln("</table>");document.writeln("<!----></td>");document.writeln("</tr>");document.writeln("<tr>");document.writeln("<td>");dzimggalerie();document.writeln("</td>");document.writeln("</tr>");document.writeln("<tr>");document.writeln("<td background=\"img_general/ombre_centre_b.jpg\"><!---->");document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td>");document.writeln("<div align=\"left\">");document.writeln("<img src=\"img_general/ombre_b_g.jpg\" alt=\"\" width=\"20\" height=\"12\" border=\"0\"></div>");document.writeln("</td>");document.writeln("<td>");document.writeln("<div align=\"right\">");document.writeln("<img src=\"img_general/ombre_b_d.jpg\" alt=\"\" width=\"20\" height=\"12\" border=\"0\"></div>");document.writeln("</td>");document.writeln("</tr>");document.writeln("</table>");document.writeln("<!----></td>");document.writeln("</tr>");document.writeln("</table>");document.writeln("<!----></td>");document.writeln("<td valign=\"top\" width=\"11\" background=\"img_general/ombre_centre_d.jpg\"><img src=\"img_general/ombre_d_h.jpg\" alt=\"\" width=\"11\" height=\"20\" border=\"0\"></td>");document.writeln("</tr>");document.writeln("<tr>");document.writeln("<td valign=\"bottom\" width=\"7\" background=\"img_general/ombre_centre_g.jpg\"><img src=\"img_general/ombre_g_b.jpg\" alt=\"\" width=\"7\" height=\"30\" border=\"0\"></td>");document.writeln("<td valign=\"bottom\" width=\"11\" background=\"img_general/ombre_centre_d.jpg\"><img src=\"img_general/ombre_d_b.jpg\" alt=\"\" width=\"11\" height=\"30\" border=\"0\"></td>");document.writeln("</tr>");document.writeln("</table>");document.writeln("<!---->");document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");document.writeln("<tr>");document.writeln("<td width=\"7\"></td>");document.writeln("<td><span class=\"titresoeuvres\">");document.write("<a  class=\"titresoeuvres\" href=\"javascript:dzzoom('"+numimg+"');\">");dzlegendegalerie();document.write("</a>");document.writeln("</span></td>");document.writeln("</tr>");document.writeln("</table>");document.writeln("<!----></td>");document.writeln("<td><img src=\"img_general/espaceur.gif\" alt=\"\" width=\"46\" height=\"20\" border=\"0\"></td>");document.writeln("</tr>");document.writeln("</table><!---->");}