
var product = "Algoflash"
var description = "Your flowers will never be more beautiful than with our special Flowering Plant formula. This formula promotes more prolific growth for your flowering plants with just the nutrients they need to produce larger - healthier - more plentiful blooms especially in hanging baskets."

var size = "Algoflash Flowering Fertilizer, 1 L"
var price = "11.95"
var order = "0502"

var plink = "http://www.megagro.com/algoflash.htm"
var pimage = "http://www.megagro.com/images/Algoflash_flowers_md.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>')


