var WEB = 
	{ 
	title: "Webster's Pocket Dictionary", 
	items: [ { name: "Webster's Pocket Dictionary", item_num: "WEB", price: "1.05", weight: 0.14 }
		   ],
	attr: [ 
			{ name: "Price", value: '<S>$ 1.75</S><BR><Font color="ff0000">Sale!&nbsp;$&nbsp;1.05' },
			{ name: "Item #", value: "WEB" }
		  ],
	images: [ { name: "web.gif", width: 179, height: 270, 
			    desc: "Webster's Pocket Dictionary" }
			],
	description: 
'<P>Where would we be without our pocket dictionary?  When ' +
'reading the great literature to our children, we constantly ' +
'need to look up the meanings of words.  We need a dictionary ' +
'in just about every room of the house.</P>' +
'<P>The small size of this dictionary makes them easy to ' +
'use and enables us to keep it handy (even on vacations!).</P>' +
'<P>Contains 35,000 definitions!</P>' 
	};
