
var product = "MycoBoost"
var description = "All-natural MycoBoost is the easy to use, organic mixture of \"beneficial\" mycorrhizae fungi.  Simply add to your watering program for healthier roots and happier plants. Boosts root growth, improves nutrient absorption, fights disease and prevents stress."

var size = "MycoBoost, 1 lb"
var price = "19.95"
var order = "7021"

var plink = "http://www.megagro.com/mycoboost.htm"
var pimage = "http://www.megagro.com/images/myco_pouch_sm.jpg"


document.writeln('<table border=0><tr><td valign=top><table valign=top border=0><tr><td valign=top align=center><img align=left src="'+pimage+'" width=100 height=100>')



document.writeln('</td></tr><tr><td align=center valign=top><a href="'+plink+'">')
document.writeln('<img border=0 alt="read more"  src="/images/read_more.jpg"></a></td></tr></table></td><td valign=top>')
document.writeln(description)

document.writeln('<br><br><table border=0 bordercolor=#0099FF cellspacing=0 cellpadding=1 align=center ><tr><td width=200 align=left valign=middle><b>')
document.writeln(size)

document.writeln('</b></td><td align=right width=50 valign=middle>')

document.writeln(price)

document.writeln('</td><td align=right width=150 valign=middle><form method=\"post\" action=\"http://store.megagro.com/merchant.mvc?\"><input name=\"Action\" value=\"ADPR\" type=\"hidden\"> <input value=\"1\" name=\"Quantity\" type=\"hidden\"><input type=\"hidden\" name=\"Order\" value=\"\"><input value=\"BASK\" name=\"Screen\" type=\"hidden\"><input value=\"no\" name=\"Attributes\" type=\"hidden\"> <input value=\"M\" name=\"Store_Code\" type=\"hidden\"><input value=\"\" name=\"Offset\" type=\"hidden\"><input value=\"' +order+ '\" name=\"Product_Code\" type=\"hidden\">')
document.writeln('<input src=\"picts/cart-off.gif\" border=\"0\" type=\"image\" name=\"image\"></form></td></tr>')


document.writeln('</table>')

document.writeln('</td></tr></table>')


