<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //

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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="seafood_market.htm" class="menu">Seafood Market & Deli</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="barbeque.htm" class="menu"> Barbeque & Catering</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="bait_tackle.htm" class="menu">Fishing Bait & Tackle</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="marine_supplies.htm" class="menu">Marine Supplies</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="fishing_charters.htm" class="menu">Fishing Charters</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="seafood_tips.htm" class="menu">Seafood Tips</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Photographs</a>');


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


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

document.write('<br>');

document.write('<center>');

document.write('<span class="subtitles">');

document.write('<u>SHOP HOURS</u></span><br><br> <span class="whitetitle"> Weekdays 7:00 to 6:00<BR>Saturdays 7:00 to 5:30<br>Sundays 7:00 to 5:00<br><br><br>');



document.write('<span class="subtitles"><u>CONTACT<br>   INFORMATION</u></span><br>');

document.write('<br>');

document.write('101 Third Street<br>');

document.write('San Rafael, CA 94901<br><br>');

document.write('Phone:<br>(415) 454-4177<BR><br>');







//  End -->




// END LINKS //



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

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

// START MENU IMAGES


   if (showimage1 == "no") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->

