function openHome(p) {
var n="homepage";
var v="top=0,left=0,toolbar=0,location=0,directories=0,status=0,scrollbars=1,menubar=1,resizable=1,width=800,height=550";
window.open(p,n,v);
}

function ShowLinks(resa,rate,group)    // **** pages ****
{
// resa (0= on-request / 1= on-line)
// rate (contient url tarif si resa on request)
// group (0= tourisme / 1= affaire)

document.write(". <a class=\"pref\" href=\"English/hotel.htm\">Hotel presentation</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"English/rooms.htm\">Rooms</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"English/services.htm\">Services</a><br clear=\"all\">");

// item 4 Tarif version on-request
if (resa==0) {
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/shell-cgi/rates.pl?" +rate +"\">Rates</a><br clear=\"all\">");	}

// item 4 Tarif version availpro 
if (resa==1) {
document.write(". <a class=\"pref\" href=\"English/availpro.htm\">Room availability and Booking</a><br clear=\"all\">");	}

document.write(". <a class=\"pref\" href=\"English/booking.htm\">On request</a><br clear=\"all\">");

// item 6 Groupe 
if (group==1) { 
document.write(". <a class=\"pref\" href=\"English/group.htm\">Seminars, banqueting</a><br clear=\"all\">");	
document.write(".. <a class=\"pref\" href=\"English/seminars.htm\">Banqueting rooms</a><br clear=\"all\">");
document.write(".. <a class=\"pref\" href=\"English/contact.htm\">Seminar contact</a><br clear=\"all\">");
}

document.write(". <a class=\"pref\" href=\"English/Home.htm\">Location, access</a><br clear=\"all\">");

document.write("<br>. <a class=\"pref\" href=\"http://www.tourhotel.com\">Travel services directory</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/English/Travel/Rent-a-car.htm\">Car rental</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/English/Travel/Tickets.htm\">Flights tickets</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/English/Travel/Discounted-flights.htm\">Discounted flights</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/English/Travel/cruises.htm\">Cruises</a>");
}


function VoirLiens(resa,rate,group)    // **** Rubriques de navigation ****
{
document.write(". <a class=\"pref\" href=\"Francais/hotel.htm\">Pr&eacute;sentation h&ocirc;tel</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"Francais/chambres.htm\">Chambres</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"Francais/services.htm\">Services</a><br clear=\"all\">");

// item 4 Tarif version on-request
if (resa==0) {
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/shell-cgi/rates.pl?" +rate +"\">Tarifs</a><br clear=\"all\">");	}

// item 4 Tarif version availpro 
if (resa==1) {
document.write(". <a class=\"pref\" href=\"Francais/availpro.htm\">Disponibilit&eacute; et r&eacute;servation</a><br clear=\"all\">");	}

document.write(". <a class=\"pref\" href=\"Francais/reservation.htm\">Contact r&eacute;servation</a><br clear=\"all\">");

// item 6 Groupe 
if (group==1) { 
document.write(". <a class=\"pref\" href=\"Francais/groupe.htm\">S&eacute;minaires, banquets</a><br clear=\"all\">");	
document.write(".. <a class=\"pref\" href=\"Francais/salons.htm\">Salons de r&eacute;ception</a><br clear=\"all\">");
document.write(".. <a class=\"pref\" href=\"Francais/contact.htm\">Contact s&eacute;minaire</a><br clear=\"all\">");
}

document.write(". <a class=\"pref\" href=\"Francais/Home.htm\">Plan, acc&egrave;s</a><br clear=\"all\">");

document.write("<br>. <a class=\"pref\" href=\"http://www.tourhotel.com/Home.htm\">Portail voyages</a><br>");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/Francais/Voyages/Location-voiture.htm\">Location de voiture</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/Francais/Voyages/Billets-avion.htm\">Billeterie a&eacute;rienne</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/Francais/Voyages/Promotions.htm\">Vols en promotion</a><br clear=\"all\">");
document.write(". <a class=\"pref\" href=\"http://www.tourhotel.com/Services/Francais/Voyages/croisiere.htm\">Croisi&egrave;res</a>");

}



