/*
  --- 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 = [
	['Dresses','dressySocial.html', {'tw' : '_self'},
		//['Causal/Daytime','casualDaytime.html', {'tw' : '_self'}],
		//['Dressy/Social','dressySocial.html', {'tw' : '_self'}],
		//['Order','http://www.softcomplex.com/order.html', {'tw' : 'content'}],
		//['Support','http://www.softcomplex.com/support.html', {'tw' : 'content'}],
	],
	['Skirt Suits','skirtSuits.html', {'tw' : '_self'},
		//['by Milano','skirtSuit_milano.html', {'tw' : '_self'}],
		//['by Lisa Rene','skirtSuit_rene.html', {'tw' : '_self'}],
		//['by Harmony','skirtSuit_harmony.html', {'tw' : '_self'}],
		//['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		//['Skirt Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		//['Pant Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
	],
	['Pant Suits','pantSuits.html', {'tw' : '_self'},
		//['Level 1 Item 0','another.html', {'tw' : 'content'}],
		//['Level 1 Item 1','another.html', {'tw' : 'content'}],
		//['Level 1 Item 2','another.html', {'tw' : 'content'}],
		//['Level 1 Item 3','another.html', {'tw' : 'content'}],
		//['Level 2 Item 0','another.html', {'tw' : 'content'}],
	],
	//['Evening Wear','eveningWear.html', {'tw' : '_self'},
		//['Level 1 Item 0','another.html', {'tw' : 'content'}],
		//['Level 1 Item 1','another.html', {'tw' : 'content'}],
		//['Level 1 Item 2','another.html', {'tw' : 'content'}],
		//['Level 1 Item 3','another.html', {'tw' : 'content'}],
		//['Level 2 Item 0','another.html', {'tw' : 'content'}],
	//],
	['Outerwear', null, null,
		//['Coats &amp; Jackets','coatsJackets.html', {'tw' : '_self'}],
		['Leather Coats &amp; Jackets','leather.html', {'tw' : '_self'}],
		//['Rain','rainCoats.html', {'tw' : 'content'}],
		//['Fur','furCoats.html', {'tw' : 'content'}],
	],
	//['Jackets',null, null,
		//['Wool','woolJackets.html', {'tw' : '_self'}],
		//['Leather','leatherJackets.html', {'tw' : '_self'}],
		//['Rain','rainJackets.html', {'tw' : 'content'}],
		//['Fur','furJackets.html', {'tw' : 'content'}],
	//],
	['Intimate Apparel',null, null,
		['Shortline Bras','shortlineBras.html', {'tw' : '_self'}],
		['Longline Bras','longlineBras.html', {'tw' : '_self'}],
		['One Piece Bras','onePcBra.html', {'tw' : '_self'}],
		['Panty Girdles','pantyGirdle.html', {'tw' : '_self'}],
		['Longleg Girdles','longlegGirdle.html', {'tw' : '_self'}],
		['Slips','slips.html', {'tw' : '_self'}],
		//['Half Slip','halfSlip.html', {'tw' : '_self'}],
	],
	//['Pants', null, null,
		//['Dress Pants','dressPants.html', {'tw' : '_self'}],
		//['Jeans','jeansPants.html', {'tw' : '_self'}],
		//['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		//['Skirt Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		//['Pant Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
	//],
	//['Skirts','skirts.html', {'tw' : '_self'}],
	//['Accessories', null, null,
		//['Handbags','handbags.html', {'tw' : '_self'}],
		//['Jewelry',null, null,
			//['Necklace &amp; Earring Sets','sets.html', {'tw' : '_self'}],
			//['Earrings','earings.html', {'tw' : '_self'}],
		//['Skirt Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		//['Pant Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
	//],
	//['Sleepwear', null, null,
		//['Loungers','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		//['Nightshirts','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		//['Nightgown','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
		//['Skirt Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		//['Pant Suits','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
	//],
	//['Knit Tops &amp; Sweaters','knitTops_Sweaters.html', {'tw' : '_self'}],
	
	['Mother of the Bride','mob.html', {'tw' : '_self'}],
	['Usher Suits','usherSuits.html', {'tw' : '_self'}],
	['Hats','hats.html', {'tw' : '_self'}],
	['Online Gift Certificates','giftCert.html', {'tw' : '_self'}],
	['','', {'tw' : '_self'}],
	['Back to Home','http://www.fitritefashions.com', {'tw' : '_self'}],
];