
var MENU_ITEMS = [
	['Home', 'Home.aspx', null,
		['About Us', 'AboutUs.aspx'],
		//['Mission Statement', 'MissionStatement.aspx'],
		['Privacy Statement', 'Privacy.aspx'],
		['Consent Agreement', 'Consent.aspx?view=Y'],
		['Contact Information', 'ContactInfo.aspx']
	],
	['Surveys', null, null,
		['Surveys Overview', 'SurveyOverview.aspx'],
		['Surveys Available', 'Redirect.aspx'],
		['Introduction to Perception of Factors that Affect Performance', 'PerceptionFactors.aspx'],
		['Take Survey: Perception of Factors that Affect Performance','Profile.aspx'],
		["Introduction to Entrepreneur's Compensation",'Compensation.aspx'],
		["Take Compensation Survey",'Profile.aspx'],
		["Introduction to Valuation survey",'Valuation.aspx'],
		["Take Valuation Survey",'Profile.aspx'],
		
	],
	['View Results', null, null,
		['Overview', 'BenchmarksOverview.aspx'],
		["Reports: Valuation vs Money Raised", 'ValuationPlots.aspx']
	//	['What Affects Performance?']
	],
	//['Results', null, null,
	//	['Overview', 'ResultsOverview.aspx'],
	//	['What Affects Performance?']
	//],
	['Registration', 'Registration.aspx', null, null
		
	],

	['Login', 'Login.aspx', null, null
		
	],
];
