<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "80"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "80"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 5 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery1.htm"><img src="picts/reef.gif" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery2.htm"><img src="picts/cookstatuesmall.jpg" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery3.htm"><img src="picts/dunk_rainforest_small.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery4.htm"><img src="picts/lizard_aerial_small.jpg" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
}



//  End -->

<!-- onmouseover="alert_msg(\'View ? Photo Gallery\')" onmouseout="away()"