var KSP = 
	{ 
	title: "Pointed-Tip Scissors", 
	items: [ { name: "Pointed-Tip Scissors", item_num: "KS5", price: "2.97", weight: 0.08 } 
		   ],
	attr: [ 
			{ name: "Price", value: '<S>$ 4.95</S><BR><Font color="ff0000">Sale!&nbsp;$&nbsp;2.97' },
			{ name: "Item #", value: "KS5" }
		  ],
	images: [ { name: "ksp.gif", width: 287, height: 201, 
			    desc: "Pointed-Tip Scissors" }
			],
	description: 
'<P class="np">Fiskars for Kids Softgrip<SMALL><SUP>®</SUP></SMALL></B> ' +
'Premium Quality Scissors</P>' +
'<P class="norm">The uniquely positioned blades give more control than ' +
'traditional scissors. They open effortlessly and cut cleanly to the ' +
'tip through felt, fabric, ribbon, yarn, string and construction paper.</P>' +
'<UL><LI>Soft, comfortable, pliable handles' +
'<LI>Cushioned finger rest' +
'<LI>Stainless steel blades' +
'<LI>Large finger loops' +
'<LI>Blunt tips' +
'<LI>5° Cutting Edge' +
'<LI>Cuts paper cleanly to the tip' +
'<LI>Adjustable tension point' +
'<LI>Can be used either Left- or Right-handed</UL>' +
'Recommended for second grade and higher' +
'<p class="norm">(Handle colors vary.)</p>'
	};
