/*
  --- 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 = [
	['HOME', 'index.html'
        ],
	['ABOUT', null, null,
		['History', 'history.html'],
		['Ukama Defined', 'ukama_defined.html'],
		['About Ukama / Partnership', 'about_ukama-partnership.html'],
		['What Is Ukama / Partnership?', 'ukama-partnership_defined.html'],
		['Covenant', 'covenant.html']
	],
	['PARTNERS', null, null,
		['Partnered Churches', 'partnered_churches.html'],
		['Global Ministries', 'global_ministries.html'],
		['Maps', null, null,
		        ['NHCUCC Partners', 'nhcucc_partner_map.html'],
		        ['UCCZ Partners', 'uccz_partner_map.html']
		],
		['Ukama / Partnership Ideas', 'ukama-partnership_ideas.html'],
		['Application Package', 'app_package.html']
	],
	['PROJECTS', null, null,
		['Designated Projects', 'designated_projects.html']
	],
	['CONTACTS', null, null,
	        ['Coordinators', 'coordinators.html'],
                ['Contacts', 'contacts.html']
	],
	['LINKS', null, null,
	        ['Ukama / Partnership Resources', 'resources.html'],
                ['Church Links', 'index.html'],
	        ['Secular Links', 'index.html']
        ],
	['PICTURES', 'pix.html'
        ]
];

