<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "20"		// 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;"><br>');





document.write('<a href="gallery-sp.htm"><img src="gallery/TNacrophilumCC.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Species Gallery</a><br><br>');





document.write('<a href="gallery-hyb.htm"><img src="gallery/TNAceOfHeartsRC.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Hybrid Gallery</a><br><br>');


document.write('<a href="gallery-nathyb.htm"><img src="gallery/TNxcoriifoliumRBGE-CC.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Natural Hybrid Gallery</a><br><br>');


// COPY THE above 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE


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>');


// SLIDESHOW

document.write('<a href="slideshow.htm"><img src="picts/slideshow.gif" border="0" width="60" height="17" alt="View Gallery"><br>');
document.write('Slideshow</a><br><br>');


document.write('<hr class="page-splits" style="width: 110px;"><br>');



// END -->