//###########################################################
// Ce script a été adapté pour ce site : http://desert-musique-safari.fr
// par Eric TAHER société e-liberté http://e-liberte.fr
//###########################################################

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='./picto/telecomande/lecteur_fond3.gif'></div>");
document.write("<div style='position:absolute;top:171;left:169;'>");
document.write("<map name='map_play'>");
document.write("<area href='javascript:play_click()' shape='circle' coords='40, 40, 39' onmouseover=play_over() onmouseout=play_out()>");
document.write("</map><img id='img_play' border='0' src='./picto/telecomande/play_out.gif' alt='Diaporama' width='80' height='80' usemap='#map_play'></div>");
document.write("<div style='position:absolute;top:107;left:71;'>");
document.write("<map name='map_prev'>");
document.write("<area href='javascript:prev_click()' shape='circle' coords='30, 30, 29' onmouseover=prev_over() onmouseout=prev_out()>");
document.write("</map><img id='img_prev' border='0' src='./picto/telecomande/prev_disa.gif' alt='Précédent' width='60' height='60' usemap='#map_prev'></div>");
document.write("<div style='position:absolute;top:103;left:144;'>");
document.write("<map name='map_next'>");
document.write("<area href='javascript:next_click()' shape='circle' coords='30, 30, 29' onmouseover=next_over() onmouseout=next_out()>");
document.write("</map><img id='img_next' border='0' src='./picto/telecomande/next_out.gif' alt='Suivant' width='60' height='60' usemap='#map_next'></div>");
document.write("<div style='position:absolute;top:40;left:37;'>");
document.write("<map name='map_exit'>");
document.write("<area href='javascript:exit_click()' shape='circle' coords='30, 30, 29' onmouseover=exit_over() onmouseout=exit_out()>");
document.write("</map><img id='img_exit' border='0' src='./picto/telecomande/exit_out.gif' alt='Retour &agrave; l&rsquo;accueil' width='60' height='60' usemap='#map_exit'></div>");
document.write("<div style='position:absolute;top:200;left:60;'>");
document.write("<map name='map_detail'>");
document.write("<area href='javascript:detail_click()' shape='circle' coords='40, 40, 39' onmouseover=detail_over() onmouseout=detail_out()>");
document.write("</map><img id='img_detail' border='0' src='./picto/telecomande/detail_out.gif' alt='D&eacute;tail d&rsquo;un voyage' width='80' height='80' usemap='#map_detail'></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");

