<!-- 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		= "140"		// 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('store categories:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');





document.write('<a href="honey.htm"><img src="picts/rsb_honey.jpg" border="0" class="Galborder" width="61" height="57"><br>');
document.write('honey</a><br><br>');





document.write('<a href="elder.htm"><img src="picts/rsb_elder.jpg" border="0" class="Galborder" width="28" height="61"><br>');
document.write('elderberries</a><br><br>');



// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE


document.write('<a href="samplers.htm"><img src="picts/rsb_samplers.jpg" border="0" class="Galborder" width="61" height="49"><br>');
document.write('samplers</a><br><br>');

document.write('<a href="cherry.htm"><img src="picts/rsb_cherry.jpg" border="0" class="Galborder" width="50" height="51"><br>');
document.write('wild cherry</a><br><br>');

document.write('<a href="propolis.htm"><img src="picts/rsb_propolis.jpg" border="0" class="Galborder" width="19" height="60"><br>');
document.write('propolis</a><br><br>');

document.write('<a href="salve.htm"><img src="picts/rsb_salve.jpg" border="0" class="Galborder" width="50" height="51"><br>');
document.write('salve</a><br><br>');

document.write('<a href="candles.htm"><img src="picts/rsb_candles.jpg" border="0" class="Galborder" width="63" height="49"><br>');
document.write('candles</a><br><br>');

document.write('<a href="misc.htm"><img src="picts/rsb_misc.jpg" border="0" class="Galborder" width="53" height="46"><br>');
document.write('misc</a><br><br>');

document.write('<a href="coatings.htm"><img src="picts/rsb_vnc.jpg" border="0" class="Galborder" width="53" height="70"><br>');
document.write('coatings</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 -->