<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "../index.php"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');

/// START LINKS //

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

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../merchants.php" class="menu">Merchants</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../restaurants.php" class="menu">Fine Dining</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../recreation.php" class="menu">Recreation and Education</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../shops.php" class="menu">Specialty Shops</a>');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');
document.write('<a href="'+linkimage+'"><img src="../images/wharfseal.gif" border="0" class="sideborder" title="Back to Stearns Wharf" ></a><br><br><br><br>');
}


// END TOP LINKS //



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

//  End -->
