/*=================Copyright Stuff====================

Blake Donley Designs Javascript Template
Copyright 2002 Blake Donley Designs
info@blakedonley.com
http://www.blakedonley.com

This JS file has been created exclusively for:
Minneapolis International Hostel

================================================*/

//
// load menu variables
//

topLink01='<a id="Link01" class="tanNorm" href="../index.htm" onmouseover="this.className=\'tanHover\'" onmouseout="this.className=\'tanNorm\'">Home</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '
topLink02='<a id="Link02" class="tanNorm" href="../hostel/reservations.htm" onmouseover="this.className=\'tanHover\'" onmouseout="this.className=\'tanNorm\'">Reservations</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '
topLink03='<a id="Link03" class="tanNorm" href="../hostel/contact_us.htm" onmouseover="this.className=\'tanHover\'" onmouseout="this.className=\'tanNorm\'">Contact Us</a>&nbsp; &nbsp;'
topLink03='<a id="Link04" class="tanNorm" href="http://search.freefind.com/find.html?id=88414431" onmouseover="this.className=\'tanHover\'" onmouseout="this.className=\'tanNorm\'">Search our Site</a>&nbsp; &nbsp;'

//
// write out menu
//

document.write (topLink01 + topLink02 + topLink03);
