/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	
	['Home', 'index.htm', 	
	],
	['About Us', 'about_us.htm', ,
			
	],
	['Services', 'services_1.htm', ,
	],
		
	['Products', 'products.htm', ,
	],
	
	['Support','customer_support.htm', ,
	],

	['Downloads','downloads.htm', ,
	],
	
['Partners','partners.htm', ,
],
		
['Contact Us','contact_us.htm', ,
],

];


