/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [

	['', 'special.php', null,
		['Medical Surgeons Cap','special.php', {'tw' : '_self'}],		
	],
	['', 'about.php', null,
		['Shipping And Handling','about.php#shipping', {'tw' : '_self'}],		
		['Return Policy','about.php#return', {'tw' : '_self'}],		
		['Our Guarantee','about.php#guarantee', {'tw' : '_self'}],		
		['Site Use Policies','about.php#policies', {'tw' : '_self'}],		
	],
	['', 'scrub_sets.php', null,
		['Reversible Unisex Scrub Sets','scrub_sets.php', {'tw' : '_self'}],		
		['Accent Unisex Scrub Sets','scrub_sets.php#accent', {'tw' : '_self'}],		
		['TUNIC Scrub Sets','scrub_sets.php#tunic', {'tw' : '_self'}],		
		['Elastic Flare Pants/TUNIC Scrub Sets','scrub_sets.php#flare', {'tw' : '_self'}],		
		['Drawstring Flare Pants/TUNIC Scrub Sets','scrub_sets.php#8pocket', {'tw' : '_self'}],		
	],
	['', 'tops.php', null,
		['Reversible Unisex Scrub Tops','tops.php', {'tw' : '_self'}],		
		['Accent Unisex Scrub Tops','tops.php#accent', {'tw' : '_self'}],		
		['Tunic Scrub Tops','tops.php#tunic', {'tw' : '_self'}],		
		['Snap Front Tops','tops.php#snap', {'tw' : '_self'}],		
		['Warm-Up Jackets','tops.php#warm', {'tw' : '_self'}],		
	],
	['', 'pants.php', null,
		['Reversible Unisex Drawstring Scrub Pants','pants.php', {'tw' : '_self'}],		
		['ACCENT Unisex Drawstring Scrub Pants','pants.php#accent', {'tw' : '_self'}],		
		['Unisex Elastic Waist Pants','pants.php#women', {'tw' : '_self'}],		
		['Drawstring Flared Leg Pants','pants.php#flare', {'tw' : '_self'}],		
		['Drawstring Unisex Cargo Pants','pants.php#draw', {'tw' : '_self'}],		
		['Unisex Cargo Elastic Pants','pants.php#cargo', {'tw' : '_self'}],		
		['Womens Elastic Waist Culottes','pants.php#culottes', {'tw' : '_self'}],		
		['Womens Elastic Waist Skirts','pants.php#skirts', {'tw' : '_self'}],		
	],
	['', 'lab_coats.php', null,
		['Unisex Lab Coat','lab_coats.php#women', {'tw' : '_self'}],		
		['Mens Lab Coat','lab_coats.php#men', {'tw' : '_self'}],		
	],
];