<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=1 border=0>');
document.write('<tr><form action="index.html" class="menu"><td>');
document.write('<input type="submit" value=" Home " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="about.htm" target="pageframe"><td>');
document.write('<input type="submit" value="About Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="certifications.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Certifications" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><form action="course.htm" target=""><td>');
document.write('<input type="submit" value="Take Our Course" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="book.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Our Book" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="gallery1.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Corporate Events" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="gallery2.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Weddings" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="gallery3.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Charity Events" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="gallery4.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Social Events" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="payment.htm" target=""><td>');
document.write('<input type="submit" value="Payments" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="links.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Links" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');



document.write('<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE OR BELOW TO ADD A BUTTON -->');



document.write('</td></form><form action="contact.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table></DIV>');

//  End -->