
var product = "MegaGro"
var description = "MegaGro, the all natural growth stimulant, will make your garden or yard the envy of the neighborhood. Amaze friends and family with your new green thumb. It's the secret that professional growers have been using for years.  MegaGro will help you grow bigger flowers, fruits, vegetables, trees, and shrubs of all varieties."

var size = "MegaGro Concentrate, 16 oz"
var price = "14.95"
var order = "2034"

var plink = "http://www.megagro.com/megagro.htm"
var pimage = "http://www.megagro.com/images/mg_concentrate_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 cellspacing=0 cellpadding=0 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>')


