// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Membership', null, null,
		// this is how item scope settings are defined
		// ['About Us', 'mem_about.asp', {'tw':'_top', 'tt':'About EA', 'sb':'Test Status Bar Message'}],
		// this is how multiple item scope settings are defined
		['Membership Benefits', 'mem_benefits.asp', {'tw':'_top', 'tt':'Join For Benefits', 'sb':'Test Status Bar Message'}],
		['Membership Roster', 'mem_roster.asp',{'tw':'_top', 'tt':'Membership Roster', 'sb':'Test Status Bar Message'}],
		['What Members Say', 'mem_say.asp',{'tw':'_top', 'tt':'Testimonials', 'sb':'Test Status Bar Message'}],
		['Price of Membership', 'mem_price.asp',{'tw':'_top', 'tt':'Worth Every Penny', 'sb':'Test Status Bar Message'}],
		['Membership Registration', 'mem_registration.asp',{'tw':'_top', 'tt':'Register Here', 'sb':'Test Status Bar Message'}]
	],
	['HR Answers <br> & Support', null, null,
		['Human Resources Hotline', 'hr_hotline.asp', {'tw':'_top', 'tt':'HR Hotline', 'sb':'Test Status Bar Message'}],
		['CCH Online Research Tool', 'BNA.asp', {'tw':'_top', 'tt':'CCH Online Research Tool', 'sb':'Test Status Bar Message'}],
		['EA Newsletter', 'HR_Newsletter_members.asp', {'tw':'_top', 'tt':'Newsletter', 'sb':'Test Status Bar Message'}],
		['Toolkits', 'HR_Toolkits.asp', {'tw':'_top', 'tt':'Toolkits', 'sb':'Test Status Bar Message'}],
		['EA Bookstore', 'HR_Bookstore.asp', {'tw':'_top', 'tt':'Bookstore', 'sb':'Test Status Bar Message'}],
		['Consumer Price Index', 'HR_PriceIndex.asp', {'tw':'_top', 'tt':'Consumer Price Index', 'sb':'Test Status Bar Message'}],
		['Resources & Links', 'HR_Resources.asp', {'tw':'_top', 'tt':'Resources & Links', 'sb':'Test Status Bar Message'}]
	],
	['Surveys', null, null,
		// this is how item scope settings are defined
		['Regional Wages & Salaries', 'sur_regional.asp', {'tw':'_top', 'tt':'Regional Wages & Salaries', 'sb':'Test Status Bar Message'}],
		// this is how multiple item scope settings are defined
		['National Wages & Salaries', 'sur_national.asp', {'tw':'_top', 'tt':'National Wages & Salaries', 'sb':'Test Status Bar Message'}],
		['Benefits and Personnel Practices', 'sur_benefits.asp', {'tw':'_top', 'tt':'Benefits & Personnel Practices', 'sb':'Test Status Bar Message'}],
		['Union Agreements Comparison', 'sur_union.asp', {'tw':'_top', 'tt':'Union Agreements Comparison', 'sb':'Test Status Bar Message'}],
		['Holidays', 'sur_holidays.asp', {'tw':'_top', 'tt':'Holidays', 'sb':'Test Status Bar Message'}],
		['Health Care', 'sur_healthcare.asp', {'tw':'_top', 'tt':'Health Care', 'sb':'Test Status Bar Message'}],
		['Custom Surveys', 'sur_custom.asp', {'tw':'_top', 'tt':'Custom Surveys', 'sb':'Test Status Bar Message'}],
		['Online Surveys', 'sur_online.asp', {'tw':'_top', 'tt':'Online Surveys', 'sb':'Test Status Bar Message'}],
		['Miscellaneous', 'sur_miscellaneous.asp', {'tw':'_top', 'tt':'Miscellaneous', 'sb':'Test Status Bar Message'}]
	],
	['EA Resource Partners', null, null,
		['Health Insurance', 'md_health.asp', {'tw':'_top', 'tt':'Health Insurance', 'sb':'Test Status Bar Message'}],
		['Workers Compensation Group', 'md_compensation.asp', {'tw':'_top', 'tt':'Workers Comp', 'sb':'Test Status Bar Message'}],
		['Vision/Dental Insurance', 'md_insurance.asp', {'tw':'_top', 'tt':'Vision/Dental Insurance', 'sb':'Test Status Bar Message'}],
		['Pre-employment Screening', 'md_screening.asp', {'tw':'_top', 'tt':'Pre-employment Screening/Investigation', 'sb':'Test Status Bar Message'}],
		// ['Online Recruiting', 'md_recruiting.asp', {'tw':'_top', 'tt':'Online Recruiting', 'sb':'Test Status Bar Message'}],
		['Managed Care', 'md_care.asp', {'tw':'_top', 'tt':'Managed Care', 'sb':'Test Status Bar Message'}],
		['Life/Disability Insurance', 'md_lifeinsurance.asp', {'tw':'_top', 'tt':'Life/Disability Insurance', 'sb':'Test Status Bar Message'}],
		// ['HR Consulting Solutions', 'md_HRconsulting.asp', {'tw':'_top', 'tt':'HR Consulting Solutions', 'sb':'Test Status Bar Message'}],
		['Outplacement', 'md_outplacement.asp', {'tw':'_top', 'tt':'Outplacement', 'sb':'Test Status Bar Message'}],
		['Occupational Health Care and Drug Testing', 'OCC.asp', {'tw':'_top', 'tt':'OCC', 'sb':'Test Status Bar Message'}]
	],
	['Training & Roundtables', null, null,
		['Seminars by Subject', 'tr_seminars.asp', {'tw':'_top', 'tt':'Seminars by Subject', 'sb':'Test Status Bar Message'}],
		['Monthly Training Calendar', 'tr_calendar.asp', {'tw':'_top', 'tt':'Monthly Training Calendar', 'sb':'Test Status Bar Message'}],
		['Presidents Roundtable', 'tr_presidents.asp', {'tw':'_top', 'tt':'Presidents Roundtable', 'sb':'Test Status Bar Message'}],
		['HR/Benefits Roundtable', 'tr_benefit.asp', {'tw':'_top', 'tt':'HR/Benefits Roundtable', 'sb':'Test Status Bar Message'}],
		['Technology Roundtable', 'tr_technology.asp', {'tw':'_top', 'tt':'Technology Roundtable', 'sb':'Test Status Bar Message'}],
		['Training Roundtable', 'tr_training.asp', {'tw':'_top', 'tt':'Training Roundtable', 'sb':'Test Status Bar Message'}],
		['BWC Training Courses', 'tr_bwc.asp', {'tw':'_top', 'tt':'BWC Training Cources', 'sb':'Test Status Bar Message'}],
		['Online Learning Center', 'tr_online_learning.asp', {'tw':'_top', 'tt':'Online Learning Center', 'sb':'Test Status Bar Message'}]
	],
	['On-Site Consulting', null, null,
		['Leadership Development', 'os_leadership.asp', {'tw':'_top', 'tt':'Leadership Development', 'sb':'Test Status Bar Message'}],
		['Supervisory Skills Development', 'os_skills.asp', {'tw':'_top', 'tt':'Supervisory Skills Development', 'sb':'Test Status Bar Message'}],
		['Health & Safety Consulting', 'os_health.asp', {'tw':'_top', 'tt':'Health & Safety Consulting', 'sb':'Test Status Bar Message'}],
		['Harassment Avoidance', 'os_harassment.asp', {'tw':'_top', 'tt':'Harassment Avoidance Training', 'sb':'Test Status Bar Message'}],
		['Teambuilding', 'os_teambuilding.asp', {'tw':'_top', 'tt':'Teambuilding', 'sb':'Test Status Bar Message'}],
		['Employee Opinion Surveys', 'os_surveys.asp', {'tw':'_top', 'tt':'Employee Opinion Surveys', 'sb':'Test Status Bar Message'}],
		['Compensation System Design', 'os_compensation.asp', {'tw':'_top', 'tt':'Compensation System Design', 'sb':'Test Status Bar Message'}],
		['Affirmative Action Planning', 'os_affirmative.asp', {'tw':'_top', 'tt':'Affirmative Action Planning', 'sb':'Test Status Bar Message'}],
		['HR Management', 'os_hr.asp', {'tw':'_top', 'tt':'HR Management', 'sb':'Test Status Bar Message'}],
		['Diversity', 'os_diversity.asp', { 'tw': '_top', 'tt': 'Diversity', 'sb': 'Test Status Bar Message'}],
		['Process Improvement', 'os_process.asp', {'tw':'_top', 'tt':'Process Improvement', 'sb':'Test Status Bar Message'}]
	],
];


