<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "250"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "150"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "15"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Slideshow Gallery<br></legend>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click Photos<br>');


document.write('</fieldset>');
document.write('<br><br>');
}






// SIDEBAR IMAGES //

document.write('<font color="000099" size="2" <b>Marlin</b></font><br>');
document.write('<a href="marlin.htm"><img src="images/marlins.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br><br>');

document.write('<font color="000099" size="2" <b>Mahi Mahi</b></font><br>');
document.write('<a href="mahi.htm"><img src="images/mahis.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br><br>');

document.write('<font color="000099" size="2" <b>Tuna</b></font><br>');
document.write('<a href="tuna.htm"><img src="images/tunas.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br><br>');

document.write('<font color="000099" size="2" <b>Ono</b></font><br>');
document.write('<a href="ono.htm"><img src="images/onos.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br><br>');

document.write('<a href="http://www.youtube.com/boomboomsportfishing" target="_blank"><font color="000099" size="4" <b><u>Videos</b></u></font></a><br><br>');


// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Current Sponsors<br></legend>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click Logos<br>');


document.write('</fieldset>');
document.write('<br><br>');
}

var imagewidth		= "150"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "109"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "15"		// SPACING BETWEEN IMAGES

// SIDEBAR IMAGES //

document.write('<a href="http://kaenon.com" target="_blank"><img src="images/kaenons.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br><br>');























// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->