var MBC = 
	{ 
	title: "Markerboard Crayons", 
	items: [ { name: "Markerboard Crayons", item_num: "MBC", prompt: "Choose size:",
			   options: 
			  	  [ { item_num: "MBC1", value: "Regular",  price: "1.95", weight: 0.08 },
				  	{ item_num: "MBC2", value: "Large",   price: "2.45", weight: 0.18 }
			   	  ]
			  }
		   ],
	attr: [ 
			{ name: "# in Box", value: "8" },
			{ spacer: 1 },
			{ subhead: "Regular Size" },			
			{ name: "Price", value: '$ 1.95' },
			{ name: "Item #", value: "MBC1" },
			{ spacer: 1 },
			{ subhead: "Large Size" },
			{ name: "Price", value: '$ 2.45' },
			{ name: "Item #", value: "MBC2" }
		  ],
	images: [ { name: "wb_crayons.jpg", width: 177, height: 145, desc: "Markerboard Crayons" } ],
	description: 
"Our markerboard crayons have three advantages " +
"over our dry-erase markers:<BR>\n " +
"<OL><LI>Won't Stain Clothing: All dry-erase markers " +
"can stain clothing or other porous materials. " +
"If you teach young children, you may prefer " +
"the crayons.\n " +
"<LI>No odor: Even though our dry-erase markers " +
"are the lowest odor you will find, we realize " +
"that some people cannot tolerate any odor.\n " +
"<LI>Each pack contains eight colors: black, blue, " +
"brown, green, orange, purple, red &amp; yellow. </OL>\n " +
"However, we should point out that there are " +
"two disadvantages to the markerboard crayons:\n " +
"<OL><LI>They don't mark on the board as smoothly " +
"as our dry-erase markers (they mark " +
"like a regular crayon does on paper).\n " +
"<LI>They don't wipe off as easily as our dry-erase " +
"markers.</OL>\n " +
"These crayons are great to give to young children when " +
"you cannot supervise them using the markerboards." 
	};
