var DEM = 
	{ 
	title: "Dry-Erase Markers", 
	items: [ { name: "Dry-Erase Marker 5-Pack", item_num: "D5", price: "6.30", weight: 0.1 },
			 { name: "Dry-Erase Marker", item_num: "DEM", prompt: "Choose color:",
			   options: 
			  	  [ { item_num: "DB", value: "Black",  price: "1.40", weight: 0.02 },
				  	{ item_num: "DU", value: "Blue",   price: "1.40", weight: 0.02 },
				  	{ item_num: "DG", value: "Green",  price: "1.40", weight: 0.02 },
				  	{ item_num: "DP", value: "Purple", price: "1.40", weight: 0.02 },
				  	{ item_num: "DR", value: "Red",    price: "1.40", weight: 0.02 }
			   	  ]
			  }
		   ],
	attr: [ 
			{ name: "Tip", value: "Fine point" },
			{ name: "Barrel", value: "Thin" },
			{ spacer: 1 },
			{ subhead: "Marker 5-Packs" },			
			{ name: "Price (Save 10%!)", value: '$ 6.30' },
			{ name: "Item #", value: "D5" },
			{ spacer: 1 },
			{ subhead: "Individual Markers" },
			{ name: "Price", value: '$ 1.40' },
			{ name: "Black Item #", value: "DB" },
			{ name: "Blue Item #", value: "DU" },
			{ name: "Green Item #", value: "DG" },
			{ name: "Purple Item #", value: "DP" },
			{ name: "Red Item #", value: "DR" }
		  ],
	images: [ { name: "d5.jpg", width: 183, height: 210, desc: "Ultro Low-Odor Dry Erase Markers" } ],
	description: 
"Five reasons why our dry-erase markers are unbeatable:<br><br>\n" +
"<UL><LI><U><B>Non-Toxic:</B></U>\n" +
"<p>Conforming to the non-toxic standard ASTM D-4326, " +
"these markers also wash off hands.<br><br>\n" +
"<LI><U><B>Ultra low-odor:</B></U>\n" +
"<p>We've used typical dry-erase markers before. " +
"Too often the day's lessons were cut short " +
"due to headaches and discomfort caused by " +
"those &quot;high-odor&quot; markers. Typical " +
"dry-erase markers emit an odor that at best " +
"is irritating and at worst, unhealthy.\n" +
"<p>When you and your child are using a dry-erase " +
"markerboard for sustained periods of time, you don't " +
"want the odor to distract from the learning " +
"experience. &nbsp;These markers emit the lowest odor " +
"of any other on the market.&nbsp; Our kids use " +
"them for hours at a time. Never have they " +
"complained about the odor.<br><br>\n" +
"<LI><U><B>Easy to Use:</B></U>\n" +
"<P>Our markers have a fine point and a narrow " +
"barrel. &nbsp;Kids and adults find them easier " +
"to use than the chubby, chisel-point markers. &nbsp;" +
"A child's hand can hold them more comfortably; " +
"therefore they have more control.\n" +
"<P>The fine point is ideal on our boards, giving " +
"students the ability to make detailed markings.<br><br>\n" +
"<LI><B><U>Long Lasting:</U></B>\n" +
"<P>These markers last longer than typical markers " +
"you'll find in the stores. &nbsp;We cannot guarantee " +
"how long they'll last (that all depends upon " +
"how you use them), but under typical use, " +
"they'll last an entire school year.\n" +
"<P>Freshness is guaranteed! We've heard complaints " +
"about store-bought markers lasting only a " +
"few weeks before drying up. &nbsp;Some of those " +
"markers have a short shelf life and spend " +
"too much time on the shelf before you buy " +
"them. &nbsp;Our markers have a three-year shelf " +
"life and are guaranteed to be fresh. &nbsp;If, " +
"under normal use, your markers dry up too " +
"quickly, we'll replace it free.<br><br>\n" +
"<LI><B><U>Terrific Colors:</U></B>\n" +
"<p>Our markers come in five great colors:\n<UL>" +
"<LI>Black, " +
"<LI><FONT color=\"#0000ff\">Blue</FONT>, " +
"<LI><FONT color=\"#00cc00\">Green</FONT>, " +
"<LI><FONT color=\"#cc00cc\">Purple</FONT>, and " +
"<LI><FONT color=\"#ff0000\">Red</FONT>.</UL>\n" +
"<p>These colors contrast wonderfully on our " +
"white markerboards. &nbsp;The variety doesn't limit " +
"your child's imagination." +
"<P>Black and Purple provide the highest contrast.</UL>" 
	};
