<!-- 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		= "yacht-full-condition-survey.html"	// 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="yacht_surveys.htm" class="menu">Yacht Surveys</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-consultant-cornwall.html" class="menu">Marine Consultancy</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-valuation-tonnage-measurement.htm" class="menu">Valuation</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-valuation-tonnage-measurement.htm#yacht-tonnage-survey" class="menu">Tonnage Measurement</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-engine-surveys.html" class="menu">Engine Surveys</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-survey-report.htm" class="menu">The Survey Report</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="marine-surveyor-Paul-Kerridge.html" class="menu">About the Surveyor</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-survey-consultancy-fees.html" class="menu">Survey Fees</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-survey-consultancy-fees.html#payment-methods" class="menu">Methods of Payment</a>');






// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK




// 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="yacht-survey-limitations.html" class="menu">Limitations of the Survey</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-survey-terms-conditions.html" class="menu">Terms of Business</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-survey-online-contract.html" class="menu">Online Booking</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">PDF Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy-policy.htm" class="menu">Privacy Policy</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="yacht-surveys-locations.htm" class="menu">Locations</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact-yacht-surveyor.htm" 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 -->
