/* Tigra Menu items structure */
var MENU_ITEMS = [

	['BenefitsWorkshop Home', 'http://www.benefitsworkshop.com/mainindex.html'],
	['What is new at the BenefitsWorkshop!', 'http://benefitsworkshop.com/whatsnew.html'],	
	['Why use the BenefitsWorkshop?', 'http://benefitsworkshop.com/whydifferent.html'],	
	['Contact the BenefitsWorkshop', 'http://benefitsworkshop.com/contactus.html', null,
	],
	['Log In to Subscription Services', 'http://benefitsworkshop.com/loginselect.html'],
	['Premium Conversion Plans (POP Plans)', null, {'tw':'http://benefitsworkshop.com/pcp.html','sb':'Section 125 Premium Only Plans'},
		['Learn More', 'http://benefitsworkshop.com/pcp.html', {'sb':'Find out how they work'}],
		['View Demonstration', 'http://benefitsworkshop.com/pcpdemo.swf'],
		['Savings Calculator', 'http://benefitsworkshop.com/pcpcalculator.html'],
		['Sign Up', 'http://benefitsworkshop.com/pcpsignup.html']
	],
	['Flexible Spending Accounts (FSA)', 'http://benefitsworkshop.com/fsa.html', null,
		['Learn More', 'http://benefitsworkshop.com/fsa.html'],
		['Order a Proposal', 'http://benefitsworkshop.com/multipropreq.html']
	],
	['Health Reimbursement Account (HRA)', 'hra.html', null,
		['Learn More', 'http://benefitsworkshop.com/hra.html', {'sb':'Find out how they work'}],
		['Order a Proposal', 'http://benefitsworkshop.com/multipropreq.html', {'sb':'Order an HRA proposal'}]
	],
	['Limited-Purpose FSA (LPFSA)', 'http://benefitsworkshop.com/lpfsa.html', null,
		['Learn More', 'http://benefitsworkshop.com/lpfsa.html', {'sb':'Find out how they work'}],
		['Order a Proposal', 'http://benefitsworkshop.com/multipropreq.html', {'sb':'Order a Limited-Purpose FSA proposal'}]
	],
	['Commuter Benefit Accounts (CBA)', 'commuter.html', null,
		['Learn More', 'http://benefitsworkshop.com/commuter.html', {'sb':'Find out how it works'}],
		['Order a Proposal', 'http://benefitsworkshop.com/multipropreq.html', {'sb':'Order a COBRA Administration Proposal'}]
	],
	['COBRA Administration', 'cobra.html', null,
		['Learn More', 'http://benefitsworkshop.com/cobra.html', {'sb':'Find out how it works'}],
		['Order a Proposal', 'http://benefitsworkshop.com/cobrapropreq.html', {'sb':'Order a COBRA Administration Proposal'}]
	],
	['Nondiscrimination Testing', 'http://benefitsworkshop.com/nondisc.html', null,
		['Learn More', 'http://benefitsworkshop.com/discinfo.html', {'sb':'Find out how it works'}],
		['View a Demonstration', 'http://benefitsworkshop.com/discdemo.swf', {'sb':'See how the Nondiscrimination Testing wiorks'}],
		['Sign Up', 'http://benefitsworkshop.com/discsignup.html', {'sb':'Sign up for Nondiscrimination Testing'}]
	],
	['Cafeteria Plans', 'http://benefitsworkshop.com/cafe.html', null,
		['Learn More', 'http://benefitsworkshop.com/cafe.html', {'sb':'Find out how they work'}],
		['Order a Proposal', 'http://benefitsworkshop.com/multipropreq.html', {'sb':'Order a Cafeteria Plan proposal'}]
	],
	['About Us', 'http://benefitsworkshop.com/about.html', null,
	]
];