/* --- menu items --- */
var MENU_ITEMS = [
	['Investment', 'investment.asp',
			['Project search', 'projectsearch.htm',
					['Which kind of projects are listed in the database?', 'infowindow.htm#projecttype'],
			],
			['Investor interest', 'investor_interest.asp',
					['If I want to show my interest how should I proceed and which kind of information will I receive?', 'investor_interest.asp'],
			],
	],
	['Project Development', 'projectdevelopment.htm',
			['Project proposal', 'projectproposal.htm',
					['How does a project cycle look like?', 'feasibilitycheck.asp'],
			],
			['Service request', 'servicerequest.asp',
					['Which services does a CDM project sponsor need in relation with CDM?', 'servicerequest.asp'],
			],
	],
	['Further Information', 'furtherinformation.htm',
		['Overview', 'overview.htm',
		],
		['National frameworks', 'nationalframeworks.htm',
			['Which role do frameworks from the different countries play?', 'infowindow.htm#nationalframeworks'],
		],
		['UNFCCC documents', 'unfccc.htm',
			['Which influence does the UNFCCC has?', 'infowindow.htm#unfccc']
		]
	],
];

