document.writeln("<div id=\"me\">");
document.writeln("<ul class=\"onglets\">");
document.writeln("<li title=\"Acess to the flights search\" id=\"ongletMEV\" class=\"selected\"><span>Flights</span></li>");
document.writeln("<li title=\"Access to hotel search\" id=\"ongletMEH\"><span>Hotels</span></li>");
document.writeln("<li title=\"Access the car rental search\" id=\"ongletMEC\"><span>Cars</span></li>");
document.writeln("<li title=\"Access to the search for packages\" id=\"ongletMEP\"><span><a href=\"/packages/results.jsp?formule=1\">Holidays</a></span></li>");
document.writeln("</ul>");
document.writeln("<form id=\"formMEV\" action=\"/flights/results.jsp\" method=\"get\">");
document.writeln("<input type=\"hidden\" name=\"clientId\" value=\"1\"/> ");
document.writeln("<fieldset title=\"Selection of route\" id=\"typeParcoursMEV\">");
document.writeln("<legend>Route</legend>");
document.writeln("<p id=\"typeParcours\">");
document.writeln("<label for=\"allerSimpleMEV\">");
document.writeln("<input id=\"typeMEVAS\" type=\"radio\" value=\"0\" name=\"type\" />");
document.writeln("one way");
document.writeln("</label>");
document.writeln("<label for=\"allerRetourMEV\">");
document.writeln("<input id=\"typeMEVAR\" type=\"radio\" value=\"1\" name=\"type\" checked=\"checked\" />");
document.writeln("round trip");
document.writeln("</label>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Choice of route\" id=\"trajetMEV\">");
document.writeln("<legend>Journey</legend>");
document.writeln("<p id=\"allerMEV\">");
document.writeln("<label for=\"departAllerMEV\">From:</label>");
document.writeln("<input id=\"lieuMEVDepartAller\" type=\"text\" name=\"departAller\" value=\"\" />");
document.writeln("<input type=\"hidden\" id=\"iataMEVDepartAller\" name=\"departAllerIata\" value=\"\" />");
document.writeln("<div id=\"propositionsMEVDepartAller\"></div>");
document.writeln("<label for=\"arriveeAllerMEV\">To:</label>");
document.writeln("<input id=\"lieuMEVArriveeAller\" type=\"text\" name=\"arriveeAller\" value=\"\" />");
document.writeln("<input type=\"hidden\" id=\"iataMEVArriveeAller\" name=\"arriveeAllerIata\" value=\"\" />");
document.writeln("<div id=\"propositionsMEVArriveeAller\"></div>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Choice of dates for the outward journey and, if necessary, the return journey\" id=\"dateMEV\">");
document.writeln("<legend>Dates</legend>");
document.writeln("<div id=\"errorMEVDateAllerErronee\">The outward journey date which you have selected is incorrect</div>");
document.writeln("<div id=\"errorMEVDateRetourErronee\">The return journey date which you have selected is incorrect</div>");
document.writeln("<div id=\"errorMEVDatesInversees\">The return journey date predates that of the departure journey</div>");
document.writeln("<p id=\"dateAllerMEV\">");
document.writeln("<label for=\"jourMEVAller\">Outward journey date:</label>");
document.writeln("<select id=\"jourMEVAller\" name=\"jourAller\"><option></option></select>");
document.writeln("<select id=\"moisMEVAller\" name=\"moisAller\"><option></option></select>");
document.writeln("<img id=\"calendrierMEVAllerIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"outward journey date\" />");
document.writeln("</p>");
document.writeln("<p id=\"dateRetourMEV\">");
document.writeln("<label for=\"jourMEVRetour\">Return journey date:</label>");
document.writeln("<select id=\"jourMEVRetour\" name=\"jourRetour\"><option></option></select>");
document.writeln("<select id=\"moisMEVRetour\" name=\"moisRetour\"><option></option></select>");
document.writeln("<img id=\"calendrierMEVRetourIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"return journey date\" />");
document.writeln("</p>");
document.writeln("<div id=\"calendrierMEVAller\"></div>");
document.writeln("<div id=\"calendrierMEVRetour\"></div>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Selection of the number of passengers in each age category\" id=\"typePassagersMEV\">");
document.writeln("<legend>Passengers</legend>");
document.writeln("<div id=\"errorMEVNbBebes\">The number of babies should not be higher than the number of adults</div>");
document.writeln("<p id=\"nbAdultesMEV\">");
document.writeln("<label for=\"paxAdultes\">Adults</label>");
document.writeln("<select id=\"paxAdultes\" name=\"paxAdultes\">");
document.writeln("<option value=\"1\" selected=\"selected\">1</option>");
document.writeln("<option value=\"2\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("<option value=\"5\">5</option>");
document.writeln("<option value=\"6\">6</option>");
document.writeln("<option value=\"7\">7</option>");
document.writeln("<option value=\"8\">8</option>");
document.writeln("<option value=\"9\">9</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("<p id=\"nbEnfantsMEV\">");
document.writeln("<label for=\"paxEnfants\">Children</label>");
document.writeln("<select id=\"paxEnfants\" name=\"paxEnfants\">");
document.writeln("<option value=\"0\" selected=\"selected\">0</option>");
document.writeln("<option value=\"1\">1</option>");
document.writeln("<option value=\"2\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("<option value=\"5\">5</option>");
document.writeln("<option value=\"6\">6</option>");
document.writeln("<option value=\"7\">7</option>");
document.writeln("<option value=\"8\">8</option>");
document.writeln("<option value=\"9\">9</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("<p id=\"nbBebesMEV\">");
document.writeln("<label for=\"paxBebes\">Babies</label>");
document.writeln("<select id=\"paxBebes\" name=\"paxBebes\">");
document.writeln("<option value=\"0\" selected=\"selected\">0</option>");
document.writeln("<option value=\"1\">1</option>");
document.writeln("<option value=\"2\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("<option value=\"5\">5</option>");
document.writeln("<option value=\"6\">6</option>");
document.writeln("<option value=\"7\">7</option>");
document.writeln("<option value=\"8\">8</option>");
document.writeln("<option value=\"9\">9</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Class selection\" id=\"classeMEV\">");
document.writeln("<legend>Class</legend>");
document.writeln("<p id=\"classeEcoMEV\">");
document.writeln("<label for=\"classeEcoMEV\">");
document.writeln("<input type=\"radio\" value=\"1\" name=\"classe\" id=\"classeMEVEco\" checked=\"checked\" />");
document.writeln("Economy");
document.writeln("</label>");
document.writeln("<label for=\"classeAffMEV\">");
document.writeln("<input type=\"radio\" value=\"3\" name=\"classe\" id=\"classeMEVAff\"/>");
document.writeln("Business");
document.writeln("</label>");
document.writeln("<label for=\"classePreMEV\">");
document.writeln("<input type=\"radio\" value=\"2\" name=\"classe\" id=\"classeMEVPre\"/>");
document.writeln("First");
document.writeln("</label>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Start the search\" id=\"submitBtMEV\">");
document.writeln("<input id=\"submitMEV\" type=\"submit\" value=\"\" />");
document.writeln("</fieldset>");
document.writeln("</form>");
document.writeln("<form id=\"formMEH\"  action=\"#\" method=\"get\"><!-- Le formulaire  -->");
document.writeln("<input type=\"hidden\" name=\"clientId\" value=\"1\"/> ");
document.writeln("<fieldset id=\"villesMEH\" title=\"Choice of place to stay, arrival and departure dates\">");
document.writeln("<legend>Place &amp; dates of stay</legend>");
document.writeln("<p id=\"villeMEH\">");
document.writeln("<label for=\"lieuMEH\">Location: </label>");
document.writeln("<input id=\"lieuMEH\" type=\"text\" name=\"lieu\" />");
document.writeln("<input type=\"hidden\" id=\"lieuIataMEH\" name=\"lieuIata\" />");
document.writeln("</p>");
document.writeln("<div id=\"propositionsMEH\"></div><!--Completion-->");
document.writeln("</fieldset>");
document.writeln("<fieldset id=\"dateMEH\" title=\"S&eacute;lection des dates\">");
document.writeln("<legend>Dates</legend>");
document.writeln("<div id=\"errorMEHDateDebutErronee\">The date you chose for the start of the stay is incorrect</div>");
document.writeln("<div id=\"errorMEHDateFinErronee\">The date you chose for the end of the stay is incorrect</div>");
document.writeln("<div id=\"errorMEHDatesInversees\">The date defined for the end of the stay predates that of the beginning</div>");
document.writeln("<p id=\"dateDebutMEH\">");
document.writeln("<label for=\"jourDebutMEH\">Check-in: </label>");
document.writeln("<select id=\"jourDebutMEH\" name=\"jourDebut\"><option></option></select>");
document.writeln("<select id=\"moisDebutMEH\" name=\"moisDebut\"><option></option></select>");
document.writeln("<img id=\"calendrierMEHDebutIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"Departure date\" />");
document.writeln("</p>");
document.writeln("<div id=\"calendrierMEHDebut\"></div><!--Calendrier-->");
document.writeln("<p id=\"dateFinMEH\">");
document.writeln("<label for=\"jourFinMEH\">Check-out: </label>");
document.writeln("<select id=\"jourFinMEH\" name=\"jourFin\"><option></option></select>");
document.writeln("<select id=\"moisFinMEH\" name=\"moisFin\"><option></option></select>");
document.writeln("<img id=\"calendrierMEHFinIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"Return date\" />");
document.writeln("</p>");
document.writeln("<div id=\"calendrierMEHFin\"></div><!--Calendrier-->");
document.writeln("</fieldset>");
document.writeln("<fieldset id=\"hebergementMEH\" title=\"Choice of accommodation specifications\">");
document.writeln("<legend>Accommodation</legend>");
document.writeln("<p id=\"nbChambresMEH\">");
document.writeln("<label for=\"chambres\">Room(s): </label>");
document.writeln("<select id=\"chambres\" name=\"chambres\">");
document.writeln("<option value=\"1\" selected=\"selected\">1</option>");
document.writeln("<option value=\"2\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("<p id=\"nbAdultesMEH\">");
document.writeln("<label for=\"paxMEHAdultes\">Adult(s): </label>");
document.writeln("<select id=\"paxMEHAdultes\" name=\"paxMEHAdultes\">");
document.writeln("<option value=\"1\">1</option>");
document.writeln("<option value=\"2\" selected=\"selected\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("<option value=\"5\">5</option>");
document.writeln("<option value=\"6\">6</option>");
document.writeln("<option value=\"7\">7</option>");
document.writeln("<option value=\"8\">8</option>");
document.writeln("<option value=\"9\">9</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("<p id=\"nbEnfantsMEH\">");
document.writeln("<label for=\"paxMEHEnfants\">Child(ren): </label>");
document.writeln("<select id=\"paxMEHEnfants\" name=\"paxMEHEnfants\">");
document.writeln("<option value=\"0\" selected=\"selected\">0</option>");
document.writeln("<option value=\"1\">1</option>");
document.writeln("<option value=\"2\">2</option>");
document.writeln("<option value=\"3\">3</option>");
document.writeln("<option value=\"4\">4</option>");
document.writeln("<option value=\"5\">5</option>");
document.writeln("<option value=\"6\">6</option>");
document.writeln("<option value=\"7\">7</option>");
document.writeln("<option value=\"8\">8</option>");
document.writeln("<option value=\"9\">9</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset id=\"categoriesMEH\" title=\"Choice of accommodation category\">");
document.writeln("<legend>Category</legend>");
document.writeln("<p id=\"listeEtoiles\">");
document.writeln("<label for=\"etoiles\">Star(s):</label>");
document.writeln("<select id=\"etoiles\" name=\"etoiles\">");
document.writeln("<option value=\"0\" selected=\"selected\">All</option>");
document.writeln("<option value=\"1\">1 star</option>");
document.writeln("<option value=\"2\">2 stars</option>");
document.writeln("<option value=\"3\">3 stars</option>");
document.writeln("<option value=\"4\">4 stars</option>");
document.writeln("<option value=\"5\">5 stars</option>");
document.writeln("</select>");
document.writeln("</p>");
document.writeln("</fieldset>");
// FIXME [ygally] à mettre dés que les CSS sont corrects (ET UTILISENT BIEN DES CLASSES AU LIEU DES IDENTIFIANTS 'id' DES BALISES)
//document.writeln("<div id=\"exceptionsCriteresMEH\">");
document.writeln("<div id=\"exceptionsCriteres\">");
document.writeln("<span class=\"messageEC\">We are unable to offer any hotels for this location. Please select another location in the list below.</span>");
// FIXME [ygally] à mettre dés que les CSS sont corrects (ET UTILISENT BIEN DES CLASSES AU LIEU DES IDENTIFIANTS 'id' DES BALISES)
//document.writeln("<select id=\"propsLieuxMEH\"></select>");
document.writeln("<select id=\"propsLieux\"></select>");
document.writeln("<span class=\"closeEC\" onclick=\"parentNode.style.display='none'\" title=\"click here to close this message\"></span>");
document.writeln("</div>");
document.writeln("<fieldset title=\"Start the search\" id=\"submitBtMEH\">");
document.writeln("<legend>Search</legend>");
document.writeln("<input id=\"submitMEH\" type=\"submit\" value=\"\" />");
document.writeln("</fieldset>");
document.writeln("</form>");
document.writeln("<form id=\"formMEC\" action=\"/cars/results.jsp\" method=\"get\">");
document.writeln("<input type=\"hidden\" name=\"clientId\" value=\"1\"/> ");
document.writeln("<fieldset title=\"Choice of collection point\" id=\"retraitMEC\">");
document.writeln("<legend>Place</legend>");
document.writeln("<p>");
document.writeln("<label for=\"lieuMEC\">Collection point: </label>");
document.writeln("<input type=\"text\" id=\"lieuMEC\" name=\"pickUpSuggest\" value=\"\" />");
document.writeln("<input type=\"hidden\" id=\"adresseCodeMEC\" name=\"pickUpLocation\" value=\"\" />");
document.writeln("<div id=\"propositionsMEC\"></div>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Choice of dates\" id=\"datesMEC\">");
document.writeln("<legend>Dates and times</legend>");
document.writeln("<div id=\"errorMECDateDebutErronee\">The collection date of the car which you have chosen is incorrect</div>");
document.writeln("<div id=\"errorMECDateFinErronee\">The return date of the car which you have chosen is incorrect</div>");
document.writeln("<div id=\"errorMECDatesInversees\">The return date of the car is before that of its collection</div>");
document.writeln("<p id=\"dateRetraitMEC\">");
document.writeln("<label for=\"dateRetrait\">Collection date: </label>");
document.writeln("<select id=\"jourDebutMEC\" name=\"pickUpDay\"><option></option></select>");
document.writeln("<select id=\"moisDebutMEC\" name=\"pickUpMonth\"><option></option></select>");
document.writeln("<img id=\"calendrierMECDebutIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"Collection date\" />");
document.writeln("<select id=\"heureDebutMEC\" name=\"pickUpHour\"><option></option></select>");
document.writeln("<!-- on devrait s&eacute;lectionner la date : \"\" -->");
document.writeln("<!-- on devrait s&eacute;lectionner l'heure : \"\" -->");
document.writeln("<div id=\"calendrierMECDebut\"></div>");
document.writeln("</p>");
document.writeln("<p id=\"dateRetourMEC\">");
document.writeln("<label for=\"dateRetour\">Return date: </label>");
document.writeln("<select id=\"jourFinMEC\" name=\"dropOffDay\"><option></option></select>");
document.writeln("<select id=\"moisFinMEC\" name=\"dropOffMonth\"><option></option></select>");
document.writeln("<img id=\"calendrierMECFinIcon\" src=\"/base/imgs/default/calendrier.gif\" alt=\"Return date\" />");
document.writeln("<select id=\"heureFinMEC\" name=\"dropOffHour\"><option></option></select>");
document.writeln("<!-- on devrait s&eacute;lectionner la date : \"\" -->");
document.writeln("<!-- on devrait s&eacute;lectionner l'heure : \"\" -->");
document.writeln("<div id=\"calendrierMECFin\"></div>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Choice of driver's age\" id=\"ageConducteurMEC\">");
document.writeln("<legend>Driver</legend>");
document.writeln("<p id=\"ageDuConducteurMEC\">");
document.writeln("<label for=\"age\">Driver's age:</label>");
document.writeln("<input id=\"ageMEC\" type=\"text\" name=\"driverAge\" value=\"\"/>");
document.writeln("</p>");
document.writeln("</fieldset>");
document.writeln("<fieldset title=\"Start the search\" id=\"submitBtMEC\">");
document.writeln("<input id=\"submitMEC\"  type=\"submit\" value=\"\" />");
document.writeln("</fieldset>");
document.writeln("</form>");
document.writeln("<script type=\"text/javascript\">");
document.writeln("initForm();");
document.writeln("</script>");
document.writeln("</div><!--/me-->");

