var MC = 
	{ 
	title: "Modeling Clay", 
	items: [ { name: "Modeling Clay", item_num: "MC", prompt: "Choose colors:",
			   options: 
			  	  [ { item_num: "MC1", value: "Traditional", price: "2.97", weight: 1.14 },
					{ item_num: "MC2", value: "Bright", price: "2.97", weight: 1.14 } 
				  ] 
	 		 }
		   ],
	attr: [ 
			{ subhead: "Traditional Colors" },			
			{ name: "Price", value: '<S>$ 4.95</S><BR><Font color="ff0000">Sale!&nbsp;$&nbsp;2.97' },
			{ name: "Item #", value: "MC1" },
			{ spacer: 1 },
			{ subhead: "Bright Colors" },			
			{ name: "Price", value: '<S>$ 4.95</S><BR><Font color="ff0000">Sale!&nbsp;$&nbsp;2.97</B>' },
			{ name: "Item #", value: "MC2" }
		  ],
	images: [ { name: "modeling_clay.gif", width: 260, height: 269, 
			    desc: "Modeling Clay" },
			  { name: "clay_frog.gif", width: 200, height: 193, 
			    desc: "Clay Frog" }
			],
	description: 
'<P>Form your own fun with modeling clay.</P>' +
'<P>Get a grip on your next project with this non-toxic, ' +
'easy-to-mold clay that is ideal for use at home, school ' +
'or any place where there is a creative flair. Use it over ' +
'and over again without it drying out or becoming hard. ' +
'Combine bold colors and sculpt your own masterpiece!</P>' +
'<P>Why should you choose this modeling clay?</P>' +
'<UL><LI>Soft, pliable clay shapes easily' +
'<LI>Requires no baking' +
'<LI>Doesn\'t dry out' +
'<LI>Won\'t crack or crumble' +
'<LI>Non-toxic</UL>' +
'<P>Each package contains one pound of clay in five-colors. Choose from:</P>' +
'<UL><LI><B>Traditional Pack</B> contains three 4-oz. blocks of ' +
'traditional colors (Red, Yellow, and Green) and two 2-oz. ' +
'blocks of bright colors (Ultra Blue and Orange)<BR><BR>' +
'<LI><B>Bright Pack</B> contains three 4-oz. blocks of bright ' +
'colors (Magenta, Orange, and Turquoise) and two 2-oz. blocks ' +
'of traditional colors (Violet and Yellow).</UL>' 
	};
