
var product = "GreenCure"
var description = "GreenCure is the environmentally friendly fungicide that has been proven to cure and prevent powdery mildew, black spot, downy mildew, blights, molds and other plant diseases on flowers of all types."

var size = "GreenCure Fungicide, 8 oz tub"
var price = "16.95"
var order = "GC08"

var plink = "http://www.megagro.com/greencure.htm"
var pimage = "http://www.megagro.com/images/GreenCure_Container_Low.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>')


