/*
  --- menu items --- 

*/


var MENU_ITEMS = [
	['&nbsp;About Genesis', 'about_us.php'],
	['&nbsp;Products', null, null,
		['&nbsp;&nbsp;School Mgmt Software Module - SMS', 'products_sms.php'],
		['&nbsp;&nbsp;Instant Time & Attendance Module - ITA', 'products_ita.php'], 
		['&nbsp;&nbsp;Point of Sale Module - POS', 'products_pos.php'], 
		['&nbsp;&nbsp;Credit Hour Module - CHM', 'products_chm.php'],
		['&nbsp;&nbsp;Optional Products & Services', 'products_opt.php']
			],
	['&nbsp;Request Demo', 'request_demo.php'],
	['&nbsp;Training & Events',null, null,
	 	['&nbsp;&nbsp;Training', 'training.php'],
		['&nbsp;&nbsp;Events', 'events.php',], 
		['&nbsp;&nbsp;Useful Links', 'useful_links.php'],
			],
	['&nbsp;What’s New  ', null, null,
		['&nbsp;&nbsp;Promotions', 'promotions.php'],
		['&nbsp;&nbsp;Current News', 'news_current.php',], 
		['&nbsp;&nbsp;Archived News', 'news_archived.php'],
			],
	['&nbsp;Contact Us ', null, null,
	 	['&nbsp;&nbsp;Contact Information', 'contact_us.php'],
		['&nbsp;&nbsp;Request Information', 'request_info.php'],
		['&nbsp;&nbsp;Directions', 'directions.php']
	 		],
];