 
<!-- 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 3ND PARAGRAPH
var paragraph_4  = "yes"  // SHOW THE 3ND PARAGRAPH
var paragraph_5  = "yes"  // SHOW THE 3ND 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('Looking Good!         <br></legend>');
 
document.write('See whats looking good this month and ready for shipping now. Look out for this months sale items and special offers here...<a href="http://www.potandgrass.co.uk/ecom-catshow/looking_good.html">Looking Good</a><br>');
 
document.write('</fieldset>');
document.write('<br><br>');
 
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
 
 
 
 
 
 
 
// SMALL PICTURE AREA
 
   if (showimage == "yes") {
 
document.write('<br><center>');
document.write('<a href="http://www.potandgrass.co.uk/looking_good.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"><a href="http://www.potandgrass.co.uk/looking_good.html"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
 
 
 
 
 
 
 
// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA
 
   if (paragraph_2 == "yes") {
 
document.write('<fieldset><legend>');
document.write('Introducing<br></legend>');
document.write('We are pleased to be introducing Garden Places our new free gardening directory and article pages. Find what you are looking for...<a href="http://www.potandgrass.co.uk/garden_places.html">Garden Places</a><br>');
 
document.write('</fieldset>');
document.write('<br><br>');
  
 
 
 
 
// SMALL PICTURE AREA
 
   if (showimage == "yes") {
 
document.write('<br><center>');
document.write('<a href="http://www.potandgrass.co.uk/garden_places.html"><img src="picts/sidebar-right-2.jpg" border="0" <a href="garden_places.html"></a></a><br>');
document.write('</center>');
document.write('<br><br>');
}
 
 
 
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2
 
 
 
 // START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA
 
   if (paragraph_3 == "yes") {
 
document.write('<fieldset><legend>');
document.write('Which & Where?<br></legend>');
document.write('Not sure which plant to choose for which location? Then click on this link to get a little help...<a href="http://www.potandgrass.co.uk/planting_bamboo.html">Planting Tips</a><br>');
 
document.write('</fieldset>');
document.write('<br><br>');
  
 
 
 
 
// SMALL PICTURE AREA
 
   if (showimage == "yes") {
 
document.write('<br><center>');
document.write('<a href="http://www.potandgrass.co.uk/planting_bamboo.html"><img src="picts/sidebar-right-3.jpg"><a href="http://www.potandgrass.co.uk/planting_bamboo.html"></a></a><br>');
document.write('</center>');
document.write('<br><br>');
}
 
 
 
}
// END RIGHT SIDEBAR AREA PARAGRAPH 4
 
 // START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
 
   if (paragraph_4 == "yes") {
 
document.write('<fieldset><legend>');
document.write('Need Some Help!<br></legend>');
document.write('Need some help or got a question that you want answered? Try looking in the knowledge base...  <a href="http://www.potandgrass.co.uk/faq-home.htm">Knowledge Base</a><br>');
 
document.write('</fieldset>');
document.write('<br><br>');
 
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
 
 
 
 
 
 
 
// SMALL PICTURE AREA
 
   if (showimage == "yes") {
 
document.write('<br><center>');
document.write('<a href="http://www.potandgrass.co.uk/faq-home.htm"><img src="picts/sidebar-right-4.jpg"><a href="http://www.potandgrass.co.uk/faq-home.htm"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
 
 // START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA
 
   if (paragraph_5 == "yes") {
 
document.write('<fieldset><legend>');
document.write('Introducing<br></legend>');
document.write('We are pleased to be introducing  a garden forum called Garden Jottings. Post a question or answer one. Its a good to have your say...<a href="http://www.gardenjottings.com">Garden Jottings</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
  
 
 
 
 
// SMALL PICTURE AREA
 
   if (showimage == "yes") {
 
document.write('<br><center>');
document.write('<a href="http://www.potandgrass.co.uk/ecom-prodspec/COREseo.html"><img src="picts/sidebar-right-7.jpg" border="0"><a href="http://www.potandgrass.co.uk/ecom-prodspec/COREseo.html"></a></a><br>');
document.write('</center>');
document.write('<br><br>');
}
 
 
 
}
// END RIGHT SIDEBAR AREA PARAGRAPH 5
 

 
document.write('</td></tr></table>');
 
 
// -- END -->
 

