<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
// NOTE: The spacer below is for INCREASING THE MENU WIDTH



document.write('<div id="menu">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menulinks">');
document.write('<td ><tr>');
document.write('<a href="index.html" class="menu1">Home</a>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</tr><tr>');
document.write('<a href="about.html" class="menu2">About</a>');


document.write('</tr><tr>');
document.write('<a href="contact.php" class="menu3">Contact</a>');


document.write('</tr><tr>');
document.write('<a href="shows.html" class="menu4">The Shows</a>');


document.write('</tr><tr>');
document.write('<a href="speaking.html" class="menu5">Speaking</a>');


document.write('</tr><tr>');
document.write('<a href="seminars.html" class="menu6">Seminars</a>');


document.write('</tr><tr>');
document.write('<a href="kids.html" class="menu6">Kids</a>');

document.write('</tr><tr>');
document.write('<a href="weddings.html" class="menu6">Weddings</a>');


document.write('</tr><tr>');
document.write('<a href="video.html" target="_blank" class="menu6">Video</a>');


document.write('</tr><tr>');
document.write('<a href="./slideshow/slideshow.html" target="_blank" class="menu6">Gallery</a>');


document.write('</tr></td></table>');
// END LINK TABLE

document.write('</div>');

