/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	
	['Home', 'index.htm', 	
	],
	['About Us', 'about_us.htm', 		
	],
	['Products and Services', '', ,		
		['Installation', 'installations.htm', ],
		['Portables', 'portables.htm',],
		['Planned Maintenance', 'planned_main.htm',],
		],
	
	['Recent Customers','recent_cust.htm', ,
		],
		
['Contact Us','contact_us.htm', ,
],

];

