<!-- Begin MENU
var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING
document.write('<div class="printhide"><table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-galleryouter"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');

document.write('</td><td>');
document.write('<a href="bengal-slideshow.htm" class="menu-gallery">Slideshow</a>');
document.write('</td><td>');
document.write('<a href="bengal-gallery1.htm" class="menu-gallery">Gallery 1</a>');
document.write('</td><td>');
document.write('<a href="bengal-gallery2.htm" class="menu-gallery">Gallery 2</a>');
document.write('</td><td>');
document.write('<a href="javascript:history.go(-1)" class="menu-gallery">&lt;&lt; Go Back</a>');
// END LINKS
document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');
//  End -->