<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 3RD PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="http://www.shopplumeria.com">ShopPlumeria</a></legend>');
document.write('<a href="http://www.shopplumeria.com"></a></legend>');

document.write('Sea Weed Extract is on Sale</a><br>');
document.write('<a href="http://www.shopplumeria.com/Sea-Weed-Ext.htm">More Info...</a><br>');

document.write('</fieldset>');
document.write('');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.shopplumeria.com/CARTgallery7.htm"><img src="GrowMorePics/SeaweedExtract-sm.jpg" width="40" height="100" border="0"></a><br>');

document.write('</center>');
document.write('<br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('New!<br></legend>');
document.write('Coming Soon><br></legend>');
document.write('Micorrhizae...<br>');
document.write('The good soil Fungus<br>');
document.write('</fieldset>');
document.write('');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="Plant Success/Pic-3.gif"  height="100" border="0" ></a><br>');
document.write('<a href="index.html"><img src="Plant Success/Pic-5.jpg"  height="100" border="0" ></a><br>');
document.write('<a href="index.html"><img src="Plant Success/Pic-7.jpg"  height="100" border="0" ></a><br>');



document.write('</center>');
document.write('<br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="http://www.shopplumeria.com/CARTgallery7.htm">Sale<br></legend>');

document.write('<a href="http://www.shopplumeria.com/CARTgallery7.htm">Attach "Siphon Mixer"<br>');

document.write('to any hose bib and connect your hose. Add sixteen Tablespoons of Fertilizer to each gallon of water in your container and; GO WATER! Its That Simple! Save Two Dollars<a><r>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.shopplumeria.com/CARTgallery7.htm"><img src="GrowMorePics/Siphon-mixer1-S.jpg" width="100" height="100" border="0" class="borders"></a><br>');

document.write('</center>');
document.write('<br>');
document.write('<br>');

}


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="http://www.shopplumeria.com/CARTgallery2.htm">Sale<br></legend>');

document.write('<a href="http://www.shopplumeria.com/CARTgallery2.htm">Rooting Tubes and Trays<br>');

document.write('On Sale Now<a><r>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.shopplumeria.com/CARTgallery2.htm"><img src="images/R-Tube-Tray-S.jpg" width="106" height="100" border="0" class="borders"></a><br>');

document.write('</center>');
document.write('<br>');
}





document.write('</td></tr></table>');


// -- END -->