var MENU_ITEMS = [
	['HOME PAGE', 'index.htm', {'tw' : '_self'},
		
	],
	['COMPANY', null, null,
		['Company Profile','fp.htm', {'tw' : '_self'}],
		['Vision & Mission','vm.htm', {'tw' : '_self'}],
		['Group Companies','grup.htm', {'tw' : '_self'}],
		

	],
	['PRODUCTION', null, null,
		['Production','prd.htm', {'tw' : '_self'}],
		['Quality','qlt.htm', {'tw' : '_self'}],
	],
	['PRODUCTS', null, null,
		['Products','oth.htm', {'tw' : '_self'}],
	],
	
	['CONTACT US', null, null,
		['Contact Info','cnt.htm', {'tw' : '_self'}],
	],
	['TÜRKÇE', '../tr/index.htm', {'tw' : '_self'},
		
	],
];


