<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/brass-dividers.html" class="menu">Brass Dividers</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/parallel-rules.html" class="menu">Parallel Rulers</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/portland-plotters.html" class="menu">Portland Plotters</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/portland-triangles-squares.html" class="menu">Triangles and Squares</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/douglas-protractor.html" class="menu">Douglas Protractors</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/station-pointers.html" class="menu">Station Pointers</a>');




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/std-calculators.html" class="menu">STD Calculators</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/chartwork-accessories.html" class="menu">Chartwork Accessories</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/chartwork-kits.html" class="menu">Chartwork Kits & Sets</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/blundell-harling.html" class="menu">Blundell Harling</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/flip-cards.html" class="menu">E Flip Cards</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/antique-nautical.html" class="menu">Antique & Preloved</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/amazon-books.html" class="menu">Book Shop</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/ecom-catshow/ebook.html" class="menu">Digital Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="astore.htm" class="menu">A Stores</a>');

// END TOP LINKS //




// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}




// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="crewclothing.htm" class="menu">Crew Clothing Co,</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.html" class="menu">Custom Payments</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/cms-display/companyinfo.html" class="menu">About</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/cms-display/storepolicies.html" class="menu">Terms</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/" class="menu">Privacy</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.maritimebookshop.co.uk/cms-contact/COREseo.html" class="menu">Contact</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->
