<?php session_start(); ?>
// JavaScript Document
document.write("Destinations &nbsp;&nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp; ")
document.write("<a href='/index.html'>Europe</a> &#124 ")
document.write("<a href='/france/france.html'>France</a> &#124 ")
document.write("<a href='/france/paris.html'>Paris</a> &#124 ")
document.write("<a href='/france/provence.html'>Provence</a> &#124 ")
document.write("<a href='/france/champagne.html'>Champagne</a> &#124 ")
document.write("<a href='/france/loire-valley.html'>Loire</a> &#124 ")
document.write("<a href='/france/normandy-brittany.html'>Normandy</a> &#124 ")
document.write("<a href='/france/burgundy.html'>Burgundy</a> &#124 ")
document.write("<a href='/france/bordeaux.html'>Bordeaux</a> &#124 ")
document.write("<a href='/france/lyon.html'>Lyon</a> &#124 ")
document.write("<a href='/france/french-riviera.html'>Cote d'Azur</a> &#124 ")
document.write("<br />Themes &nbsp;&nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp;&nbsp; ")
document.write("<a href='/france/cruises-france.html'>Barging & Cruises</a> &#124 ")
document.write("<a href='/france/cooking-france.html'>Cooking</a> &#124 ")
document.write("<a href='/france/wine-france.html'>Wine</a> &#124 ")
document.write("<a href='/hotels-europe.php?country=France'>City Hotels</a> &#124 ")


<?php if(!empty($_SESSION['orig'])&&$_SESSION['orig']=='manstouch')
echo 'document.write(" | &nbsp;<a style=\'text-decoration:none\' href=\'http://www.manstouch.com\'><span style=\'color:#cc0000\'>Back to Manstouch.com</span></a>");'; ?>


