/*
  --- 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 = [
	
	['Home', 'index.htm'	
	],
	['Corporate', null, null,
		['About Evenio Media', 'about/about.htm'],
		['Careers', 'about/careers.htm'],
		
	],
	['Solutions', null, null,
		['Industry Challenge', 'solutions/industry_challenge.htm'],
		['Our Solution', 'solutions/solution.htm'],
	],
	['Services', null, null,
		['Creative Services', 'services/creative_services.htm'],
		['Creative Partners', 'services/partners_creative.htm'],
		['Consulting Services', 'services/consulting_services.htm'],
	],
	['Advertise', null, null,
	 	['Advertising Program', 'advertising/advertising.htm'],
		['Ecocast', 'advertising/ecocasting.htm'],
		['Advertising Partners', 'advertising/advertising_partners.htm']
	 ],
		
	['Host', null, null,
	    ['Hosting Program', '../host/hosting_program.htm'],
		['Hosting Partners','../host/hosting_partners.htm'],
	],
	['Licensing', null, null,
		['Technology Licensing', 'licence/licensing.htm'],
		],
	['Contact', 'contact/contact.htm'],
];
