<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

document.write('<DIV id="menu">');
document.write('<TABLE cellpadding="0" cellspacing="0"><tr><td>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="heather.html" class="menu">Heather Congreve</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="levels.html" class="menu">Training Levels</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="training.html" class="menu">One-2-One Training</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="wshops.html" class="menu">Workshops</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="specials.html" class="menu">Special Deal Workshops</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="special4.html" class="menu">Special Deal 4 Day Course</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="corres.html" class="menu">Correspondence Course</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="itinerary.html" class="menu">Itinerary</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="booking.html" class="menu">Booking Enquiry</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="payment.html" class="menu">Course Payments</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="publication.html" class="menu">Publications</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gift.html" class="menu">Gift Voucher</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.html" class="menu">Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.html" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td align="center">');

//document.write('<br><br>');
//document.write('<img src="picts/spacer.gif" width="154" height="20" border="0" alt="image">');

// START MENU IMAGE
//document.write('<br><br>');
document.write('<img src="picts/logo.jpg" width="154" height="120" border="0" alt="image">');
// END MENU IMAGE

document.write('<br>');
document.write('<img src="picts/sof.jpg" width="154" height="120" border="0" alt="sofimage">');
document.write('<br>');
document.write('<img src="picts/fellow.jpg" width="154" height="58" border="0" alt="sofimage">');

document.write('</td></tr></table>');
document.write('</DIV>');

//  End -->