<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRD SIDEBAR IMAGE
var showimage4		= "yes"		//  SHOW FOURTH SIDEBAR IMAGE
var linkstop 		= "yes" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="175"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="175" height="70"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="exciting.htm" class="menu">Exciting New Adventures</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tourinfo.htm" class="menu">Tour Information</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="terms.htm" class="menu">Terms and Conditions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.htm" class="menu">Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu">Testimonials</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.htm" class="menu">Home</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="175" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><a href="tuscany.htm"><img src="picts/sidebar1.jpg" width="150" height="75" border="2"><br><br><font face="Arial, Helvetica, sans-serif" size="2" font color="#FFFFFF"><b>Food,Wine & <br>Culture in Tuscany</b></a><br><br><font size="1">Savour the charm and history in the cradle of the Italian Renaissance. Revel in the finest food, wine and magnificent scenery that Europe has to offer.</font></font><br><br>');
}
   if (showimage2 == "yes") {
document.write('<br><a href="veneto.htm"><img src="picts/sidebar2.jpg" width="150" height="75" border="1"><br><br><font face="Arial, Helvetica, sans-serif" size="2" font color="#FFFFFF"><b>Tuscany and The Veneto</b></a><br><br><font size="1">Capture the essence of Florence, Siena, and the medieval hilltop towns of Tuscany. Be swept away by the delights of the Veneto including the unique and beautiful cities of Verona and Venice.</font></font><br><br>');
}
   if (showimage3 == "yes") {
document.write('<br><a href="chateau.htm"><img src="picts/sidebar3.jpg" width="150" height="75" border="1"><br><br><font face="Arial, Helvetica, sans-serif" size="2" font color="#FFFFFF"><b>French Wine, & <br>Chateau Tours</b></a><br><br><font size="1">Discover  history amidst the castles and chateaus of one of Europe&acute;s finest wine regions, the Loire Valley. Where fine cuisine, wine and history unite.</font></font><br><br>');
}
   if (showimage4 == "yes") {
document.write('<br><a href="germany.htm"><img src="picts/sidebar4.jpg" width="150" height="75" border="1"><br><br><font face="Arial, Helvetica, sans-serif" size="2" font color="#FFFFFF"><b>Christmas Markets in <br>Germany and Austria</b></a><br><br><font size="1">Experience the spirit of Christmas at the traditional open air markets in Munich and Nuremburg. Journey to the perfectly preserved medieval town of Rothenburg. Be captivated by King Ludvig II&acute;s fairytale castle of  Neuschwanstein.</font></font><br><br>');
}

document.write('</td></tr></table></DIV>');

//  End -->