// JavaScript Document
document.write("<a href='vacation.html'>Trip Planning</a> &#124 ");
document.write("<a href='paris-concierge.html'>Concierge</a> &#124  ");
document.write("<a href='private-guides-paris.html'>Private Guides</a> &#124 ");
document.write("<a href='paris-day-tours.html'>By Day</a> &#124  ")
document.write("<a href='nighttours.html'>By Night</a> &#124 ");
document.write("<a href='paris-activities.html'>Activities</a> &#124 ");
document.write("<a href='eiffel-tower.html'>Eiffel Tower</a> &#124 ");
document.write("<a href='wine-tastings.html'>Wine/Gourmet</a> &#124 ");

document.write("<a href='pariscruises.html'>Cruises</a>");




document.write("<a href='memorable-tours.html'><br /> Romance</a> &#124 ");
document.write("<a href='luxury-style.html'>Style</a> &#124 "); 
document.write("<a href='vip-tours.html'>Prestige</a> &#124 "); 
document.write("<a href='luxury.html'>Luxe</a> &#124 ")
document.write("<a href='paris-weddings.html'>Weddings</a> &#124 "); 
document.write("<a href='events.html'>Corporate</a> "); 

document.write("<a href='champagne.html'><br />Champagne</a> &#124 ");
document.write("<a href='versailles.html'>Versailles</a> &#124 ");
document.write("<a href='giverny.html'>Monet</a> &#124 ");
document.write("<a href='loire-valley.html'>Loire</a> &#124 ");
document.write("<a href='burgundy.html'>Burgundy</a> &#124 ")
document.write("<a href='provence-tours.html'>Provence</a> &#124 ")
document.write("<a href='normandy.html'>Normandy</a> &#124 ")
document.write("<a href='private-guided-tours.html'>Local Tours</a> &#124 ")
document.write("<a href='airport-transfers.html'>Transfers</a> ");






