<!-- Begin

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

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="picturetitle">');

document.write('GALLERIES:<br>click to view');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');





document.write('<a href="catchoftheday.html"><img src="picts/gall_catch_link.jpg" border="0" class="Galborder" width="120" height="40"><br>');
document.write('Catch of the Day</a><br><br>');





document.write('<a href="halloffame.html"><img src="picts/gall_hall_link.jpg" border="0" class="Galborder" width="120" height="40"><br>');
document.write('Hall of Fame</a><br><br>');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE



document.write('<a href="kids.html"><img src="picts/gall_kids_link.jpg" border="0" class="Galborder" width="120" height="40"><br>');
document.write('Kids</a><br><br>');












document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->