// Ce script a été crée gratuitement pour vous !
// Merci de laisser les lignes suivantes pour faire connaitre le script...

//###########################################################
//Auteur de l'album photos / diaporama: Khorygan
//Site: http://pcoudor.free.fr/scripts/diaporama/diaporama.php4
//###########################################################


if (screen.width>1050)
{
        document.write("<br><br><br>");
}
document.write("<div id='lecteur' style='position:absolute;top:"+lect_y+";left:"+lect_x+";'>");
document.write("<div style='position:absolute;top:0;left:0;'><img border='0' src='lecteur_fond_E.gif'></div>");
document.write("<div style='position:absolute;top:170;left:170;'>");
document.write("<map name='map_play'>");
document.write("<area href='javascript:play_click()' shape='circle' coords='38, 38, 38' onmouseover=play_over() onmouseout=play_out()>");
document.write("</map><img id='img_play' border='0' src='play_out.gif' alt='Diaporama' width='76' height='75' usemap='#map_play'></div>");
document.write("<div style='position:absolute;top:105;left:73;'>");
document.write("<map name='map_prev'>");
document.write("<area href='javascript:prev_click()' shape='circle' coords='28, 28, 28' onmouseover=prev_over() onmouseout=prev_out()>");
document.write("</map><img id='img_prev' border='0' src='prev_disa.gif' alt='Précédent' width='56' height='55' usemap='#map_prev'></div>");
document.write("<div style='position:absolute;top:105;left:145;'>");
document.write("<map name='map_next'>");
document.write("<area href='javascript:next_click()' shape='circle' coords='28, 28, 28' onmouseover=next_over() onmouseout=next_out()>");
document.write("</map><img id='img_next' border='0' src='next_out.gif' alt='Suivant' width='56' height='56' usemap='#map_next'></div>");
document.write("<div style='position:absolute;top:40;left:40;'>");
document.write("<map name='map_exit'>");
document.write("<area href='javascript:exit_click()' shape='circle' coords='28, 28, 28' onmouseover=exit_over() onmouseout=exit_out()>");
document.write("</map><img id='img_exit' border='0' src='exit_out.gif' alt='Quitter' width='56' height='56' usemap='#map_exit'></div>");
document.write("</div>");

document.write("<table border='0' align='center' width='"+largeur+"' height='"+hauteur+"'>");
  document.write("<tr>");
    document.write("<td width='100%' height='"+img_h+"' valigb='middle'>");
      document.write("<table id='table_img_max' border='0' width='50%' align='right'>");
        document.write("<tr>");
          document.write("<td width='100%' align='center'><img id='img_max' border='0' src='"+tab_images_max[current_max]+"' height='"+img_h+"'></td>");
        document.write("</tr>");
      document.write("<tr>");
          document.write("<td id='td_comment' width='100%' align='center' class='comment'>"+tab_texte[current_max]+"</td>");
        document.write("</tr>");
      document.write("</table>");
    document.write("</td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td width='100%' height='130'>");
      document.write("<table border='0' width='100%' cellspacing='0' >");
        document.write("<tr>");
          document.write("<td width='20%' align='center'><img id='img_min1' style='border-left-style: ridge; border-left-color: #EAEAEA; border-right-style: groove; border-right-color: #EAEAEA; border-top-style: ridge; border-top-color: #EAEAEA; border-bottom-style: groove; border-bottom-color: #EAEAEA' border='3' src='"+tab_images_min[current_min]+"' height='90'></td>");
          document.write("<td width='20%' align='center'><img id='img_min2' style='border-left-style: ridge; border-left-color: #EAEAEA; border-right-style: groove; border-right-color: #EAEAEA; border-top-style: ridge; border-top-color: #EAEAEA; border-bottom-style: groove; border-bottom-color: #EAEAEA' border='0' src='"+tab_images_min[current_min+1]+"' height='90'></td>");
          document.write("<td width='20%' align='center'><img id='img_min3' style='border-left-style: ridge; border-left-color: #EAEAEA; border-right-style: groove; border-right-color: #EAEAEA; border-top-style: ridge; border-top-color: #EAEAEA; border-bottom-style: groove; border-bottom-color: #EAEAEA' border='0' src='"+tab_images_min[current_min+2]+"' height='90'></td>");
          document.write("<td width='20%' align='center'><img id='img_min4' style='border-left-style: ridge; border-left-color: #EAEAEA; border-right-style: groove; border-right-color: #EAEAEA; border-top-style: ridge; border-top-color: #EAEAEA; border-bottom-style: groove; border-bottom-color: #EAEAEA' border='0' src='"+tab_images_min[current_min+3]+"' height='90'></td>");
          document.write("<td width='20%' align='center'><img id='img_min5' style='border-left-style: ridge; border-left-color: #EAEAEA; border-right-style: groove; border-right-color: #EAEAEA; border-top-style: ridge; border-top-color: #EAEAEA; border-bottom-style: groove; border-bottom-color: #EAEAEA' border='0' src='"+tab_images_min[current_min+4]+"' height='90'></td>");
        document.write("</tr>");
      document.write("</table>");
    document.write("</td>");
  document.write("</tr>");
document.write("</table>");

document.onselectstart=new Function ("return false");

