/*
  --- 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,
        ['Corporate Overview', null, null, ],
        ['One-Stop Shop', null, null, ],
        ['Our Contribution', null, null, ],
        ['Our Partners', null, null, ],
        ['Partner Praise', null, null, ],
        ['Customer Praise', null, null, ],
        ['Awards', null, null, ],
        ['Milestone', null, null, ],
        ['Certification', null, null, ],

	],
	['Newsroom', null, null, ],
	['Promotion', null, null, ],
	['Upcoming Events', null, null, ],
	['Newsletter', null, null, ],
];
var MENU_ITEMS1 = [	
	['Contact Us', null, null, ],
        ['Jobs At Microware', null, null, ],
];
