/* --- menu items --- */

var MENU_ITEMS = [
	['Information','./info.htm', 'content_frame'],
	['News','./news.htm', 'content_frame'],
	['Products', null, null,
	  	['cartridges','./cartridges.htm', 'content_frame'],
	  	['machines','./machines.htm', 'content_frame'],
	  	['load-lifting equipment','./elevators.htm', 'content_frame'],
		['heat exchangers','./heat_exchangers.htm', 'content_frame'],
	  	['other',null, null,
	  		['industrial chains','./chains.htm', 'content_frame'],
		  	['electrical production','./electrical_produce.htm', 'content_frame'],
  			['furniture accessories','./accessories.htm', 'content_frame'],
  			['consumer goods','./consumer_goods.htm', 'content_frame'],
		  	['other production','./etceteras.htm', 'content_frame'],
	  	],
	],	
	['Production', null, null,
	  	['cartridge production','./manuf_cartridge.htm', 'content_frame'],
	  	['tool production','./manuf_instr.htm', 'content_frame'],
	  	['repair-mechanical','./manuf_rmp.htm', 'content_frame'],
	  	['subsidiaries','./branch_establishment.htm', 'content_frame'],
	],
  	['Dealers','./dealers.htm', 'content_frame'],
	['History','./history.htm', 'content_frame'],
	['Contacts','./contacts.htm', 'content_frame'],
];