/* --- menu items --- */
var MENU_ITEMS = [
	['Home',  
		['index.php?id=home']
	],

	['About Us', null, null,
	 	//['index.php?id=comingsoon']
	['Our Logo', 'index.php?id=logo'],
	['What We Believe', 'index.php?id=believe'],
	['Who We Are', 'index.php?id=whoweare'],
	],
	['Our Strategies', null, null,
		['Growth With A Value Discipline','index.php?id=growth_value_discipline'],
		['Eco-Investing','index.php?id=eco_investing'],
		['Tortue Capital&trade;','index.php?id=tortue_capital'],
		['Relevant Academic Studies','index.php?id=academic_studies'],
	],
	['Services', null, null,
        ['What Advice We Provide', 'index.php?id=whatadvice'],
		['Who We Serve', 'index.php?id=whoweserve'],
	],
	['News', null, null,
		['Market Commentary', null, null,
		    ['Current Market Commentary', 'index.php?id=news_current'], 
		    ['Previous Market Commentary', 'index.php?id=news_previous'],
			],
	],
	['Contact Us', 
		['index.php?id=contact']
	],
];


