function showMenu()
{

   document.write(
   
   "<div id=\"DivHeader\">" +
   "<IMG src=\"./Images/ImageHaut.JPG\" width=\"100%\"/>" +
   "  <TABLE Id=\"TabLanguage\">" +
   "    <TR>" +
   "      <TD width=\"50%\"><A href=\"EN/index.html\">English&nbsp;</A></TD>" +
   "      <TD width=\"50%\"><A href=\"ES/index.html\">Español</A></TD>" +
   "    </TR>" +
   "  </TABLE>" +

   "  <TABLE  class=\"Menu\" width=\"100%\" border=0>" +
   "    <tr>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"index.html\"><font color=\"#A9D975\">Accueil</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><a href=\"./Services.html\"><font color=\"#A9D975\">Services offerts</font></a></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Tarifs.html\"><font color=\"#A9D975\">Tarifs et conditions</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Photos.html\"><font color=\"#A9D975\">Photos</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Reservation.html\"><font color=\"#A9D975\">Réservation</font></A></td>" +
   "    </tr>" +
   "  </table>" +     
   " </div>"

   );
}

function showMenuEN()
{

   document.write(


   "<div id=\"DivHeader\">" +
   "<IMG src=\"../Images/ImageHaut.JPG\" width=\"100%\"/>" +
   "  <TABLE Id=\"TabLanguage\">" +
   "    <TR>" +
   "      <TD width=\"50%\"><A href=\"../index.html\">Français&nbsp;</A></TD>" +
   "      <TD width=\"50%\"><A href=\"../ES/index.html\">Español</A></TD>" +
   "    </TR>" +
   "  </TABLE>" +

   "  <TABLE  class=\"Menu\" width=\"100%\" border=0>" +
   "    <tr>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"index.html\"><font color=\"#A9D975\">Home</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><a href=\"./Services.html\"><font color=\"#A9D975\">Services</font></a></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Tarifs.html\"><font color=\"#A9D975\">Rates and terms of payment</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Photos.html\"><font color=\"#A9D975\">Pictures</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Reservation.html\"><font color=\"#A9D975\">Reservation</font></A></td>" +
   "    </tr>" +
   "  </table>" +
     
   "  </center>" +
   " </div>"

   );
}

function showMenuES()
{

   document.write(


   "<div id=\"DivHeader\">" +
   "<IMG src=\"../Images/ImageHaut.JPG\" width=\"100%\"/>" +
   "  <TABLE Id=\"TabLanguage\">" +
   "    <TR>" +
   "      <TD width=\"50%\"><A href=\"../index.html\">Français&nbsp;</A></TD>" +
   "      <TD width=\"50%\"><A href=\"../EN/index.html\">English</A></TD>" +
   "    </TR>" +
   "  </TABLE>" +
	
   "  <TABLE  class=\"Menu\" width=\"100%\" border=0>" +
   "    <tr>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"index.html\"><font color=\"#A9D975\">Página principal</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><a href=\"./Services.html\"><font color=\"#A9D975\">Servicios</font></a></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Tarifs.html\"><font color=\"#A9D975\">Tarifas y condiciones de pago</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Photos.html\"><font color=\"#A9D975\">Fotos</font></A></td>" +
   "      <td width=\"20%\" align=\"center\"><A href=\"./Reservation.html\"><font color=\"#A9D975\">Reservación</font></A></td>" +
   "    </tr>" +
   "  </table>" +
     
   "  </center>" +
   " </div>"

   );
}


function getDate()
{
  var d = new Date()
  document.write( d.toLocaleString() );
}
