<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var bfprod	  = "no"	// SHOW BFproduction COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.php">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sitemap.php">Site map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="reservation.php">Book your Trip</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="trek_info.php">Travel Information</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="trek_equipement.php">Equipment Information</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.php">Contact</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="images/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}


   if (bfprod == "yes") {
document.write('Site Design &copy; 2007 <a href="http://www.bfproduction.com" target="_blank">BFProduction</a> & <a href="mailto:info@bfproduction.com">Contact</a><br>');
}


document.write('</span>');


//  End -->