<!-- Begin MENU

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


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



document.write('</td><td>');
document.write('<a href="Faq-home.htm" class="menu">FAQs</a>');


document.write('</td><td>');
document.write('<a href="testimonials.htm" class="menu">TESTIMONIALS</a>');


// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="Wedding Packages.html" class="menu">WEDDING PACKAGES</a>');



document.write('</td><td>');
document.write('<a href="other services.html" class="menu">OTHER SERVICES</a>');



document.write('</td><td>');
document.write('<a href="Extras.html" class="menu">EXTRAS</a>');



document.write('</td><td>');
document.write('<a href="Specials.html" class="menu">SPECIALS</a>');


document.write('</td><td>');
document.write('<a href="videogallery1.htm" class="menu">VIDEO GALLERY</a>');


document.write('</td><td>');
document.write('<a href="school programs.html" class="menu">DVD STORE</a>');


document.write('</td><td>');
document.write('<a href="payments.htm" class="menu">PAYMENTS</a>');





// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
