
var product = "Radius Tools - Weeder"
var description = "Great for popping out weeds. Perfect tool for removing dandelions and other tough-to-get weed roots. Sharp serrated blade easily slides through compacted earth. Back blade wings pull or cut roots and weed stems. Seed reservoir and planting channel guides herb and other small seeds exactly where you need them."

var size = "NRG Weeder"
var price = "14.95"
var order = "R102"

var plink = "http://www.megagro.com/radius-tools.htm"
var pimage = "http://www.megagro.com/images/radius_weeder.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>')


