/* 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'],		['Rolls-Royce Allison tools >', null, null,			['introduction', '/mi-1.html'],			['full line', '/mi-2.html'],			['best quality', '/mi-3.html'],			['satisfaction', '/mi-4.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']		],	],	['Services', null, null,		['Precision Machining >', null, null,			['introduction', '/precision.html'],			['one stop source', '/precision4.html']		],		['Engineering ', '/engineering.html']	],	['Company', null, null,		['Press Releases >', '/press.html', null,			['Supplier Symposium','/press-09-02.html'],			['GE OEM agreement','/press-09-01.html']		],		['CTS Terms and Conditions of Sale','/termsconditions.html'],	],		['Contact us', '/contact.html']];
