/*
  --- 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.
*/
var MENU_ITEMS = [
	['Ontos Films', '/film'],
/*		['Filmmaker\'s Vision', '/content/films/vision.html'],
		['Documentary Style', '/content/films/style.html'],
		], */
	['Personal',  '/content/personal/stories.html'],
/*		['Family Documentary', '/content/personal/family.html'], 
		['Tell Your Story', '/content/personal/stories.html'],
		['Weddings','/content/personal/weddings.html'],
		['Life Retrospective', '/content/personal/lifeRetrospective.html'],
		['Ethical Will', '/content/personal/ethicalWill.html'], 
	],*/

	['Organizations', null,null,
	
		['Mission', '/content/organizations/mission.html'],
		['Current Projects', '/content/organizations/projects/organizationalProjects.html'],
/*		['Finding a Voice', '/content/organizations/voice.html'],
		['Media Tools', '/content/organizations/tools.html'],
		['Initiative Documentary', '/content/organizations/initiative.html'],
		['Mission Overview', '/content/organizations/mission.html'],
		['Fundraising Media', '/content/organizations/fundraising.html'],
	],
	
	['Community', null, null,
		['Spreading the Word', '/content/community/word.html'],
		['Media Centers', '/content/community/centers.html'],
		['Youth Education', '/content/community/youth.html'], */
	],
	
	['Web Media', '/content/webMedia/moreThanVideo.html'],
/*		['More Than Just Video', '/content/webMedia/moreThanVideo.html'],
		['Websites', '/content/webMedia/websites.html'],
		['Project Portals', '/content/webMedia/portals.html'],
	],
*/	
	['About Us',null,null,
		['Our Mission', '/content/about/ourMission.html'],
		['Biographies', '/content/about/biographies.html'],
/*		['Press', '/content/about/press.html'], */
		['Testimonials', '/content/about/testimonials.html'],
		['Technology', '/content/about/technology.html'],
/*		['Portfolio', '/content/about/portfolio.html'], */
		['Contact','/content/about/contact.html'],
	],
	
];


