<!-- Begin

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


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

document.write('<img src="picts/menu-top1.gif" width="154" height="118"> </a><br>');


// 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

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="175" class="printhide"><tr><td>');
   if (linkstop == "no") {

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



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="los_cabos_sj.htm" class="menu">CABO SAN LUCAS</a>');

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


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

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





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



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



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

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


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


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



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




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




// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('');
document.write('<img src="picts/menu1.gif" width="154" height="50"></a><br>')


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

//  End -->








var showlink 	= "no"	 // INCLUDE A LINK TO THE SLIDESHOW YES/NO


   if (showlink == "yes") {

document.write('</td></tr><tr><td nowrap>');
document.write('<br><br><img src="picts/sidebar.jpg" width="154" height="251"></a><br>');

}

document.write('</td></tr><tr><td>')
document.write('<img src="picts/menu-bottom.gif" width="160" height="2"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->