/* --- menu items --- */
MENU_ITEMS0 = [
	['&nbsp;&nbsp;&nbsp;Home', '../home.html', null
	],
	['About', '../about.html',null,
	['Careers', 'http://compositemotors.com/CMI_HR/career.html'],	
	],
	['Applications', null, null,
		['Electric Vehicles', '../electric_vehicles.html'],
		['Robots', '../robots.html'],
	],
	['Products', null, null,
		['Active Power Devices', 'http://www.compositemodules.com/xcart/catalog/Active-Power-Devices-orderby0-p-1-c-275.html'],
		['Motor Components', 'http://www.compositemodules.com/xcart/catalog/Motor-Components-orderby0-p-1-c-251.html'],
		['Voltage Regulators', 'http://www.compositemodules.com/xcart/catalog/Voltage-Regulators-orderby0-p-1-c-282.html'],
	],
	['Services', '../services.html', null,
		['Process Manufacturing', '../process_manufacturing.html'],
		['Product Design & Development', '../product_design_development.html'],
		['Lamination Stamping & Oxidizing', '../lamination_stamping_oxidizing.html'],
		['Motor Winding', '../motor_winding.html'],
	],
	['Contact Us', '../contact_us.html', null
	],
];


