<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "news.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu" onMouseover="Sound()">Offers, News &amp; Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.htm" class="menu" onMouseover="Sound()">Menus</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.opentable.com/single.aspx?rid=29131&restref=29131" class="menu" onMouseover="Sound()"TARGET=_blank>Online Reservations</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="groups.htm" class="menu" onMouseover="Sound()">Large Parties/Banquet</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="wineshop.htm" class="menu" onMouseover="Sound()">Wine List</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu" onMouseover="Sound()">Diner Reviews</a>');




// END TOP LINKS //



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


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<target="_blank"><a href="paypal.htm" target="_blank"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}




// START BOTTOM LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu" onMouseover="Sound()">How to Find Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.htm" class="menu" onMouseover="Sound()">Jobs</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://bellagowaterfrontbistro.fbmta.com/members/UpdateProfile.aspx?Action=Subscribe" class="menu" onMouseover="Sound()">Subscribe</a>');

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


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="left" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








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

//  End -->
