<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="left"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="default.html" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="explore.htm" class="menu">Explore</a>');

document.write('</td><td nowrap>');
document.write('<a href="shop.htm" class="menu">Shop</a>');

document.write('</td><td nowrap>');
document.write('<a href="eat.htm" class="menu">Eat</a>');

document.write('</td><td nowrap>');
document.write('<a href="sleep.htm" class="menu">Sleep</a>');

document.write('</td><td nowrap>');
document.write('<a href="art.htm" class="menu">Art</a>');

document.write('</td><td nowrap>');
document.write('<a href="theatre.htm" class="menu">Theatre</a>');

document.write('</td><td nowrap>');
document.write('<a href="museums.htm" class="menu">Museums</a>');

document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Photo Gallery</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://travel.ian.com/index.jsp?pageName=hotSearch&cid=131241&showPopUp=true&newSort=true&passThrough=true&validateCity=true&validateDates=true&submitted=true&mode=2&showPopUpMap=false&showPopUp=true&avail=true&propertyType=A&city=Cumberland&hotelName=&numberOfRooms=1&room-0-adult-total=2&stateProvince=MarylandarrivalMonth=11&arrivalDay=24&departureMonth=11&departureDay=31&local=en" target="_blank" class="menu">Book Hotels</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //




// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->