var MK1 = 
	{ 
	title: "Mounting Kit", 
	items: [ { name: "Mounting Kit", item_num: "MK1", price: "1.95", weight: 0.1 }
		   ],
	attr: [ 
			{ name: "Price", value: "$ 1.95" },
			{ name: "Item #", value: "MK1" }
		  ],
	images: [ { name: "mounting_kit.gif", width: 122, height: 173, 
			    desc: "Make your markerboard pull double-duty!" } ],
	description: 
"<P>Make any markerboard pull double-duty!  With this kit, " +
"your markerboard can stick to the refrigerator, filing " +
"cabinet, or any other metal surface, AND you will always " +
"have a marker and eraser handy. " +
"<P>Your mounting kit comes with: " +
"<UL><LI>Four 3-inch pieces (one whole foot) of magnet " +
"that adheres permanently to the back of your markerboard. " +
"<LI>Two pair of Velcro dots.  One pair for an eraser, " +
"and one pair for a marker.</UL> " +
"<P>This kit instantly turns your markerboard into a message " +
"center. " +
"<P>Click <A href=\"javascript:top.open_dialog('mounting_instructions.html', 'instructions',500,400)\">here</A> for " +
// "<P>Click <A href=\"mounting_instructions.html\">here</A> for " +
"instructions on using the mounting kit. " 
	};
