/*
  --- 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 = [
	['About Us', null, null,
		['Company Overview','company_overview.html', ],
		['Our Vision and Values','vision.html', ],
		['CEO Message','ceo.html', ],
		['Board of Directors','directors.html', ],
		['Social Responsibility','social.html', ],
		['Milestones','milestone.html', ],
		['Photo Gallery','photo_gallery.html', ],
		],
		
	['Business Area', null, null,
		['Manufacturing','manufacturing.html', ],
		['Marketing','marketing.html', ],
		['Research','research.html', ],
		['Biotechnology','biotech.html', ],
			],
	['Products', 'products.html',
		
			],
	
	['Careers', 'careers.html',
		
			],
	
	
	['Group Companies', null, null,
		['Emcure USA', 'http://www.emcureusa.com', ],
		['Gennova', ' gennova1.html',],
		['Zuventus','http://www.zuventus.co.in',],
		
	],

	['Other Links', null, null,
		['Fight Aids', 'href="http://www.emcureaidsinfo.com', ],
		['Chiral Emcure', 'http://www.chiralemcure.com',],
		['Elaxim','http://www.elaxim.co.in/home.jsp',],
		
	],
	
];

