
var MENU_ITEMS = [
	['Home', null, null,
		['JIT Industries, Inc.','index.html']
	],
	['Divisons', null, null,
		['JIT Military Sales','military.html'],
		['JIT Cylinders','cylinders.html'],
		['JIT Industrial Supplies','industrial.html']
	],
	['Company Info', null, null,
		['About Us', 'about_us.html'],
		['News','news.html'],
		['Terms and Conditions of Sale','terms.html'],
		['Contact','contact.html']
	]
];
