<!-- Begin SIDEBAR LEFT



var paypal_email	="your@email.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var your_domain		="megagro.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "no"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR
var bestsellers		= "no"	  		// SHOW BEST SELLERS LIST




// NUDGE DOWN SPACER
// document.write('<img src="/picts/spacer.gif" height="2" width="10"><br>')

// START NEWSLETTER TOPIC


//document.write('<span class="sidebartitle">');

//document.write('<a href="mail1.php"><u><b><font size=2px>Sign up for our<br>FREE Newsletter</font></b></u></a><br>');

//document.write('</span><span class="sidebartext1">');

// document.write('Signup for the latest news, specials, and additions.<br>');

// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}


document.write('<TABLE cellpadding="3" cellspacing="0" border="2" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0" align="center"><tr><td colspan="2" align="center" class="newstext">');
document.write('</td></tr><tr><td align="center">');


document.write('<a href="newsletterReq.php"><u><b><font size=2px>Sign up for our<br>FREE Newsletter</font></b></u></a>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</span>');

}

document.write('<span class="sidebartext1">');
document.write('<table align=center><tr><td align=center><img align=center width=120 src="/images/de170a.gif"></td></tr><tr><td align=center><font color="green">If it\'s safe for my kids, it\'s safe for you and yours!</font></td></tr></table>');
document.write('</span>');

// END NEWSLETTER FORM AREA



// START BEST SELLERS

if (bestsellers == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
document.write('<span class="sidebartitle">');
document.write('Best Sellers:<br>');
document.write('</span><span class="sidebartext1">');

document.write('1. <a href="watering-products.htm">Vacation Watering Kit</a><br>');
document.write('2. <a href="aquaspikes.htm">AquaSpikes</a><br>');
document.write('3. <a href="megagro.htm">MegaGro Starter Kit</a><br>');
document.write('4. <a href="lawn-care.htm">Lawn Care 1-2-3</a><br>');
document.write('5. <a href="vegetable-gardening-products.htm">Vegetable Gardening</a><br>');
document.write('6. <a href="fruit-growing-products.htm">Fruit Growing</a><br>');
document.write('7. <a href="lawnhoney.htm">Lawn Honey Gallon</a><br>');
document.write('8. <a href="algoflash.htm">Algoflash 5 liter</a><br>');
document.write('9. <a href="aquarocks.htm">AquaRocks 4 lb tub</a><br>');
document.write('10. <a href="speedsprout.htm">SpeedSprout</a>');
document.write('<br><br>');
document.write('</span>');
}

// START FREE SHIPPING NOTICE

document.write('<div class="sidebar">');
document.write('<span class="sidebartitle">');
document.write('FREE SHIPPING:');
document.write('<br></span><span class="sidebartext">');
document.write('<img align=right src="http://store.megagro.com/graphics/en-US/UPS_Images/ups_logo.gif" alt="UPS" border="0"><U>Internet Special</U><BR><b>Free Ground Shipping on orders of $80 or more. </b> <a href="/shipping.htm">Some restrictions apply.</a><br>');
document.write('<br>');
document.write('</span>');
document.write('</div>');

// SECURE SHOPPING
document.write('</div>');
document.write('<div class="sidebarjs">');
document.write('<span class="sidebartitle">');
document.write('Secure Shopping:');
document.write('<br></span>');
// AUTHORIZE.NET and GeoTrust Logos

document.write('<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. --><SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT><br><!-- end GeoTrust Smart Icon tag -->');

document.write('<script type="text/javascript" language="javascript">var ANS_customer_id="06021133-8d02-43ce-8286-4a289c72a509";</script><script type="text/javascript" language="javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js"></script>');
document.write('</div>');
document.write('<div class="sidebarjs">');
document.write('<scr' + 'ipt type="text\/javascript" src="/sidebar-right-bottom.js"><\/script>');



// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}


// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="/picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}



//  End -->

