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 Introduction/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.write("<a class='links' href='"+PreFix+"tours.html'"+OnClicker+" title='Schedule of tours'>Tours</a>|");
document.write("<a class='links' href='"+PreFix+"costs.html'"+OnClicker+" title='Cost and Registration'>Cost&amp;Registration</a>|");
document.write("<a class='links' href='"+PreFix+"pictures.html'"+OnClicker+" title='Pictures of Mexico &amp; an archive of past tour pictures'>Pics</a>|");
document.write("<a class='links' href='"+PreFix+"movies.html'"+OnClicker+" title='Short movie clips'>Movies</a>|");
document.write("<a class='links' href='"+PreFix+"reviews.html'"+OnClicker+" title='See what our clients have to say'>Reviews</a>|");
document.write("<a class='links' href='"+PreFix+"faq.html'"+OnClicker+" title='Frequently Asked Questions'>FAQ</a>|");
document.write("<a class='links' href='"+PreFix+"links.html'"+OnClicker+" title='links...links...links...'>Links</a>|");
document.write("<a class='links' href='"+PreFix+"travelogues.html'"+OnClicker+" title='Trip reports, travelogues, Articles'>Articles</a>|");
document.write("<a class='links' href='"+PreFix+"about_us.html'"+OnClicker+" title='Get to know your guides'>About</a>|");
document.write("<a class='links' href='http://www.facebook.com/bikemexico' target='facebook' title='Our Facebook Fan Page'>Facebook</a>");
if (WhatTour=="index"||WhatTour=="indextop") document.write("|<a class='links noframeslink' href='tours.html' title='Click here to view this site without frames'>No-Frames Version</a>");
if (WhatTour!='indextop') {
	document.writeln("<hr>");
}
document.writeln("</p>");

