/* ---Hand Sewing Needles --- */


var MENU_ITEMS = [

	['Hand Sewing Needles', null,

			['Folders', 'pack_sewfold.htm'],
			['Colour Coded Wrappers', 'pack_sew1colour.htm'],
			['Tubes', 'pack_sew1tube.htm'],
			['Envelopes', 'pack_sew1enve.htm'],

			['Cassettes', 'pack_sew1cass.htm'],

			['Booklets', 'pack_sew1book.htm'],

			['Cards', 'pack_sew1card.htm'],

			['Compact', 'pack_sew1comp.htm'],

	],

	['Knitting Pins', null,

		['Cards', 'pack_knit1card.htm'],

		['Keeps', 'pack_knit1keep.htm'],

		['Gift Case', 'pack_pearl1gift.htm'],

	],


	['Garment Fasteners', null,

		['On Card', 'pack_gar1card.htm'],

		['Plastic Box On Card', 'pack_gar2card.htm'],

	],

	['Safety Pins', null,

		['Card', 'pack_saf1card.htm'],

		['Plastic Box On Card', 'pack_saf1box.htm'],

		['In Pin Holder On Card', 'pack_saf1pin.htm'],

		['On Tag', 'pack_saf1tag.htm'],

		['10 Gross to a Box', 'pack_saf1gross.htm'],

	],


	['Pins', null,

		['Rosette, Bulk', 'pack_pin1ros.htm'],

		['Rosette On Spindle', 'pack_pin1spin.htm'],

		['Rosette On Card', 'pack_pin1card.htm'],

		['Circular Hangsell Box', 'pack_pin1hang.htm'],

		['Hinged Box', 'pack_pin1hing.htm'],

		['Box', 'pack_pin1print.htm'],

		['Pin Cushion Hangsell Box', 'pack_pin1cush.htm'],

		['Pin Cushion Box', 'pack_pin1cushbox.htm'],

		['Pin Cushion Box On Card', 'pack_pin1cushcard.htm'],

	],


	['Soft Haberdashery', null,

		['On Card', 'pack_haber1card.htm'],

	],


	['Aida & Embroidery Floss', null,

		['Packs', 'pack_aida1card.htm'],

		['Box', 'pack_aida1box.htm'],

	],


];


