/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'home.php', null,
		['About', 'about.php']
	],
	['Models', null, null,
		['Standard', null, null,
			['Two Axis', '30810.php'],
			['Three Axis', '30811.php'],
			['Lifting Table', '30812.php'],
			['Transporting & Sorting', '30814.php'],
			['Pneumatic', '30816.php'],
			['Transporting & Sorting w/ Three Axis Crane', '30852.php']
		],
		['Module Systems', null, null,
			['Raw Material', '30543.php'],
			['Stamping & Machining', '30539.php'],
			['Flexible Processing Line Module', '30546.php'],
			['Washer Ball Bearing', '30541.php'],
			['Welding & Painting', '30542.php'],
			['Finished Goods Bin', '30549.php'],
			['Turn-Around Module', '30550.php'],
		],
		['Advanced Module Systems', null, null,
			['Recipe Assembly', '30538.php'],
			['Three Axis Gantry', '30540.php'],
			['Work Cell', '30551.php'],
			['Dual Swing Conveyor', '30552.php'],
			['Dual Swing Wide Conveyor System', '30553.php']
		],
		['Training', null, null,
			['Work-Cell', '30800.php'],
			['Dual Welder', '30801.php'],
			['Indexing Line', '30802.php'],
			['Mini Welder', '30805.php'],
			['Pneumatic Factory', '30807.php'],
			['Sheet Metal Simulation Punch Press', '30808.php']
		],
		['Factory System', null, null,
			['Factory', '30400.php'],
			['Indexing Line & Pneumatic Factory', '30401.php'],
			['Robotic Factory', '30402.php']
		]
	],
	['Interfacing Solutions', null, null,
		['16 Input / 16 Output Board', 'i16inout.php'],
		['8 Input / 8 Output Board', 'i8inout.php'],
		['SLC 150 / Micro 1000 Interface', 'slc150.php'],
		['24VDC Manual User Board for Direct PLC Connection', '24vdcmi.php'],
		['Manual User Board for 30547 Interface', '30547mi.php'],
		['Fischertechnik RoBo Pro Interface & Software', 'robopro.php']
	],
	['Project Lead The Way', null, null,
		['Single Conveyor Belt', 'psingle.php'],
		['Double Conveyor Belt', 'pdouble.php'],
		['3 Axis Robot', 'p3axis.php'],
		['Mini Welding RoBo Pro', 'pminiweld.php'],
		['Infrared Sensors', 'pirsencor.php'],
		['Box 1000 Conveyor Systems', 'box1000.php']
	],
	['Engraving System', null,null, 
		['IS-Series Vac Control Box', 'controlpanel.php'],
		['Clear View Gast Vac System', 'clearview.php'],
		['IS-Series Router Base System', 'router.php'],
		['IS-6000, 7000, 8000 Tables', 'istablesbig.php'],
		['IS-400 Tables', 'is400.php'],
		['Laser Vac Control System', 'LS-05.php']
	]
];
