<!-- Begin
 
// NOTE: If you use a ' add a slash before it like this \'
 
// GALLERY MENU LINKS
 
 
 
var topspacing  = "2"  // NUDGE PRODUCTS MENU DOWN
var bottomspacing = "20"  // SPACING UNDER PRODUCT MENU
 
 
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="10"><br>');
 
document.write('<a href="Adagio-Flamingo.html">Miscanthus A-F | </a>');
 
document.write('<a href="Gewitterwolke-Gracillimus.html">Miscanthus-G | </a>');

document.write('<a href="Graziella-Malpartus.html">Miscanthus G-M | </a>');
 
document.write('<a href="Morning-Light-Roland.html">Miscanthus M-R | </a>');

document.write('<a href="Rotsfuch-Sirene.html">Miscanthus R-S |</a>');

document.write('<a href="Varigatus-Zebrinus.html">Miscanthus V-Z | </a>');

document.write('<a href="pennisetum.html">Pennisetum | </a>');

document.write('<a href="stipa.html">Stipa | </a>');

document.write('<a href="slideshow.htm"></a>');

 
 
 
 
 
document.write('<br><img src="picts/spacer.gif" height="'+bottomspacing+'" width="10"><br>');
 
// END -->

