<!-- 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="services.html" class="menu">Services</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="package.html" class="menu">Packages</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="links.html" class="menu">Links</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/bfalogo.jpg" width="101" height="55" border="0" alt="sofimage">');
document.write('<br><br>');
document.write('<img src="picts/fpa_logo.jpg" width="120" height="55" border="0" alt="sofimage">');

document.write('<br><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 -->
