/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
  
  Modified by David West 2004
*/
var MENU_ITEMS = [
	['HOME', 'index.htm', null],
	['ABOUT NORTHSTAR', "about_northstar.htm", null,
		['Philosophy & Mission', 'philosophy_mission.htm', null],
		['Robin\'s Bio', 'robin_bio.htm', null],
		//['Sean\'s Bio', 'sean_bio.htm', null],
		//['Mike\'s Bio', 'mike_bio.htm', null],
		['Alexa\'s Bio', 'alexa_bio.htm', null],
		['Sam\'s Bio', 'sam_bio.htm', null],
		['Who are Northstar Clients?', 'who_are_northstar_clients.htm', null,
			['Pre & Post Retirees', 'pre_post_retirees.htm', null],
			['Executives & Business Owners', 'executives_business_owners.htm', null],
			['High Net Worth Families', 'high_net_worth_families.htm', null],
			['Women', 'women.htm', null],
		],
		['Accreditations', 'accreditations.htm', null],
		['Client Information & Privacy', 'client_information_and_privacy.htm', null],
	],
	['SERVICES', 'services.htm', null,
		['Wealth Management', 'wealth_management.htm', null,
			//['Integrated Financial Solutions', 'integrated_financial_solutions.htm', null],
		],
		['Financial Consulting', 'financial_consulting.htm', null,
			['Retirement Planning', 'retirement_planning.htm', null],
			['Investment Review & Analysis', 'investment_review_analysis.htm', null],
		],
		['Life Planning', 'life_planning.htm', null],
		["How We Get Paid", 'how_we_get_paid.htm', null],
		//['referral program', 'referral_program.htm', null],
		//['we pay you!', 'we_pay_you.htm', null],
		//['change address', 'change_address.htm', null]		
	],
	['RESOURCES', 'northstar_resources.htm', null,
		['Quarterly Letters', 'quarterly_letters.htm', null],
		['Newsletters', 'newsletters.htm', null],
		['White Papers', 'white_papers.htm', null],
		//['Press Releases', 'press_releases.htm', null],
		['Recommended Reading', 'recommended_reading.htm', null],
		['Recommended Websites', 'recommended_websites.htm', null],
		['Affiliations', 'affiliations.htm', null],		
		['Client Resources', 'client_resources.htm', null],
	],
	['CONTACT US', 'contact_us.htm', null,
		//['contact info', 'contact_info.htm', null],
		//['directions', 'directions.htm', null]
	],
];

