var MENU_ITEMS = [
	['Home', 'home.htm'],
	['Products', 'products.htm',null,
		// this is how item scope settings are defined
		['Vaachak', 'vaachak.htm'],
		// this is how multiple item scope settings are defined
		['Web vaachak', null,null,
			['Kiosks','webvaachak.htm'],
			['Server','server.htm'],
		],	
		['Obelisk', 'obelisk.htm'],
		['Voice Demo',null,null,
			['HMM Voice','http://vaachak.mla.iitk.ac.in/web-hmm-service',{'tw':'_blank'}],
			['Data Driven','http://vaachak.co.in',{'tw':'_blank'}],
		],
	],
	['Services', 'Services.htm',null,
		['IT consulting', 'it_consulting.htm'],
		['Outsourced software', 'outsource_software.htm'],
		['Open source software', 'opensource_software.htm'],
		//['Telecom/Voice', 'telecom.htm'],
	],
	['Clients', 'clients.htm'],
	['Alliances', 'alliances.htm'],
	['News', 'news.htm'],
	['Downloads', 'downloads.htm',null,
		['Product literature', 'downloads.htm'],
		['Vaachak speech samples', 'downloads.htm'],
		['Webanywhere for IIS ', 'downloads/webanywhere.zip'],
	],
	['Careers', 'careers.htm'],
	['Contact us', 'contact.htm']
	
];


