<?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'>Home</a> &#124 ");
document.write("<a href='/france/france.html'>France</a> &#124  ");
document.write("<a href='/italy/vacation.html'>Italy</a> &#124  ");
document.write("<a href='/spain/barelona-vacation.html'>Spain</a> &#124  ");
document.write("<a href='/morocco/morocco-classic-tours.html'>Morocco</a> &#124 ");
document.write("<a href='/morocco/vacation-marrakech.html'>Marrakech</a> &#124 ");

document.write("<br />Themes &nbsp;&nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp;&nbsp; ");
document.write("<a href='/morocco/marrakech-city-tours.html'>City Tours</a> &#124 ");
document.write("<a href='/morocco/marrakech-photo-tours.html'>Photo Tours</a> &#124  ");
document.write("<a href='/morocco/marrakech-excursions.html'>Excursions</a> &#124 ");
document.write("<a href='/morocco/atlas-trekking.html'>Trekking</a> &#124 ");
document.write("<a href='/morocco/moroccan-cooking.html'>Cooking</a> &#124 ");
document.write("<a href='/morocco/marrakech-ballooning.html'>Ballooning</a> &#124 ");
document.write("<a href='/hotels-europe.php?country=Morocco&amp;city=Marrakech.html'>Hotels & Riads</a> &#124 ");
document.write("<a href='/morocco/morocco-airport-transfers.html'>Airport Transfers</a> ");

<?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>");'; ?>

