<!-- Begin MENU

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


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspaceL	= "6"		// MENU END SPACING LEFT
var menuspaceR	= "6"		// MENU END SPACING RIGHT
var rightlink	= "no"		// SHOW LINK ON RIGHT



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable menuheight"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspaceL+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspaceL+'" height="18"></a><br>');



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


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

document.write('</td><td>');
document.write('<a href="barmenu.html" class="menu">Bar Menu</a>');

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

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

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

document.write('</td><td>');
document.write('<a href="wine.html" class="menu">Wine Menu</a>');

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









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

if (rightlink == "yes") {

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

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




// FEATURED HOMES LINK

document.write('<a href="featured-homes.htm" class="menu">Featured Homes</a>');





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

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


//  End -->