var E1 = 
	{ 
	title: "Erasers", 
	items: [ { name: "Eraser", item_num: "E1", price: "1.40", weight: 0.04 }
		   ],
	attr: [ 
			{ name: "Price", value: '$ 1.40' },
			{ name: "Item #", value: "E1" }
		  ],
	images: [ { name: "e1.jpg", width: 240, height: 144, desc: "Erasers" } ],
	description: 
"Our cute mini erasers are perfect for children's " +
"hands. Made of recycled materials (wood and " +
"felt), they're virtually indestructible! " +
"<P>They are not bulky like chalkboard erasers. " +
"And the quality, trimmed edges allow for " +
"detailed erasures. They measure approximately " +
"2\" x 1-¼\" x ¾\" high. </P> " +
"<P>These erasers are so much better than tissues, " +
"socks, or bulky chalkboard erasers.</P> " +
"<P>You can personalize your erasers with stickers " +
"or drawings (stickers not included).</P> " +
"<P>Easy to care for: If the dry-erase material " +
"begins to cake up on the eraser, simply wash " +
"with soap and water and let air dry. Good " +
"as new!</P> "
	};
