<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about_us.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="PLAINgallery1.htm">Galleries</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="charter_poole_hire_boats.htm">Poole Boat Hire</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="downloads.htm">Downloads</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="news.htm">News</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="courses.htm">Courses</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="courses_powerboat_level_2.htm">Powerboat Level 2</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="courses_motorboat_dayskipper.htm">Dayskipper Practical</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="courses_shorebased_VHF.htm">VHF</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2009 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Powerboat Training UK Ltd.</a><br>');









   if (allwebco == "yes") {
document.write('Site Design &copy; 2009 All Rights Reserved <a href="http://www.powerboatraininguk.co.uk" target="_blank">Chameleon Web Design (Poole)</a> <br>');
}

document.write('All bookings are accepted subject to our Terms and Conditions of Business which are available on this site or on request');

document.write('<br>');

document.write('</span>');


//  End -->