
/* --- menu items --- */
var MENU_ITEMS = [
		
	['About NEWAGE','About.php',{'tw' :'main'}],
	['The Companies',null,null,
	['NEWAGE Garments Ltd.','GarMain.php',{'tw' :'main'}],
	['NEWAGE Fashionwear Ltd.','FashMain.php',{'tw' :'main'}],
	['NEWAGE Apparels Ltd.','AppMain.php',{'tw' :'main'}],
	['NEWAGE Accessories Ltd.','Acc.php',{'tw' :'main'}],
	['NEWAGE Textiles Ltd.','TextMain.php',{'tw' :'main'}],
	['NEWAGE Plastics Ltd.','PlasMain.php',{'tw' :'main'}],
	['InfoTech Services Ltd.','http://it.newage-group.com/',{'tw' :'_blank'}]],
	['Products','product.php',{'tw' :'_self'}],
	['Community work','ComWork.php',{'tw' :'_self'}],
	['Download','login.php',{'tw' :'main'}],
	['Contact us','Contact.php',{'tw' :'_self'}],
	['Home page','index.php',{'tw' :'_self'}],
	['Certifications','Certifi.php',{'tw' :'main'}],
	['Useful links','Useful.php',{'tw' :'main'}]
];
	
