// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "left"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td nowrap>');
document.write('<a href="the_lake_district.htm" class="menu">The Lake District</a>');


document.write('</td><td nowrap>');
document.write('<a href="the_yorkshire_dales.htm" class="menu">The Yorkshire Dales</a>');


document.write('</td><td nowrap>');
document.write('<a href="advertise_with_lakes_and_dales.htm" class="menu">Advertise with Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="lakes_and_dales_services.htm" class="menu">Services</a>');


document.write('</td><td nowrap>');
document.write('<a href="lakes_and_dales_web_design.htm" class="menu">Web Design</a>');


document.write('</td><td nowrap>');
document.write('<a href="lake_district_and_yorkshire_dales_photographs.htm" class="menu">Photograph Shop</a>');

document.write('</td><td nowrap>');
document.write('<a href="lake_district_and_yorkshire_dales_historical_photographs.htm" class="menu">Historical Photos</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact_the_lakes_and_dales.htm" class="menu">Contact Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="lakes_and_dales_links.htm" class="menu">Links</a>');


document.write('</td><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->