/* Tigra Menu PRO items structure */var MENU_ITEMS = [	['Home', '/index.html'],	['Products', null, null,		['Aircraft engine tools', '/aircraftengines.html'],		['Industrial engine tools', '/industrial.html'],		['Marine engine tools', '/marineengine.html'],		['Pratt & Whitney tools', '/pwcommercial.html'],		['Rolls-Royce Allison tools >', null, null,			['introduction', '/mi-1.html'],			['full line', '/mi-2.html'],			['best quality', '/mi-3.html'],			['satisfaction', '/mi-4.html']		],		['Airframe/GSE tools', '/aerospace.html'],		['FutureDrive turning tool >', null, null,			['introduction', '/futuredrive.html'],			['cost savings', '/fd2.html'],			['benefits', '/fd3.html'],			['components', '/fd4.html'],			['leasing', '/fd-lease.html'],			['manuals', '/fd-tech.html']		],		['FutureBlend blade repair', '/futureblend.html']	],	['Services', null, null,		['Precision Machining >', null, null,			['introduction', '/precision.html'],			['shop tour', '/shop.html'],			['custom machining', '/precision2.html'],			['prototype & short run', '/precision3.html'],			['one stop source', '/precision4.html']		],		['Engineering >', '/engineering.html']	],	['Company', null, null,		['About us', '/about.html'],		['Press Releases >', '/press.html', null,			['Supplier Symposium','/press-09-02.html'],			['GE OEM agreement','/press-09-01.html'],			['Pratt & Whitney agreement', '/press-08-01.html'],			['Boeing agreement', '/press-05-01.html']		]	],	['Contact us', '/contact.html']];