var PreFix="";
var OnClicker="";

//Regular Page
if (WhatTour=="") {
	document.writeln("<hr>");
	document.writeln("<p class='links'>");
}

//Main Index Page
else if (WhatTour=='index') {
	document.writeln("<hr>");
	document.writeln("<p class='links'>");
	PreFix="index.";
}

//Main Index Page Top
else if (WhatTour=='indextop') {
	document.writeln("<p class='links'>");
	PreFix="index.";
}

//Tour Introductio/Itinerary/Pictures Page - enlinks.extra.js precedes this
else if (top.length==2) {
	if (top.frames[0].name=="side") {
		OnClicker="onclick='top.side.location="+unescape("%22")+"side.html"+unescape("%22")+"'";
	}
}

document.writeln("<a href='"+PreFix+"tours.html'"+OnClicker+" title='Schedule of tours'>Tours</a> |");
document.writeln("<a href='"+PreFix+"costs.html'"+OnClicker+" title='Cost and Registration'>Cost&amp;Registration</a> |");
document.writeln("<a href='"+PreFix+"pictures.html'"+OnClicker+" title='Pictures of Mexico &amp; an archive of past tour pictures'>Pictures</a> |");
document.writeln("<a href='"+PreFix+"movies.html'"+OnClicker+" title='Short movie clips'>Movie Clips</a> |");
document.writeln("<a href='"+PreFix+"reviews.html'"+OnClicker+" title='See what our clients have to say'>Feedback &amp; Reviews</a> |");
document.writeln("<a href='"+PreFix+"faq.html'"+OnClicker+" title='Frequently Asked Questions'>FAQ</a> |");
document.writeln("<a href='"+PreFix+"links.html'"+OnClicker+" title='links...links...links...'>Links</a> |");
document.writeln("<a href='"+PreFix+"search.html'"+OnClicker+" title='Search BikeMexico.com or the web'>Search</a> |");
document.writeln("<a href='"+PreFix+"travelogues.html'"+OnClicker+" title='Trip reports, travelogues, Articles'>Trip Rprts</a> |");
document.writeln("<a href='"+PreFix+"about_us.html'"+OnClicker+" title='Get to know your guides'>About Us</a> |");
document.writeln("<a href='http://www.facebook.com/bikemexico' target='facebook' title='Our Facebook Fan Page'>Facebook</a>");
if (WhatTour=="index"||WhatTour=="indextop") document.writeln("<a href='tours.html' title='Click here to view this site without frames' class='noframeslink'><font color='gray'>[Non-Frames Version]</font></a>");
document.writeln("</p>");
document.writeln("<hr>");

