/* --- menu items --- note that this structure has changed its format since previous version. additional third parameter is added for item scope settings. Now this structure is compatible with Tigra Menu GOLD. Format description can be found in product documentation. */ var MENU_ITEMS = [ ['Home', 'index.asp',null ], ['Konecteco', null, null, ['Energy Efficient Lighting Solutions ', 'eco.asp'], ['Your lighting can earn you profit', 'lighting1.asp'], ['Offices', 'lighting2.asp'], ['Warehousing & Industry', 'lighting3.asp'], ['Enhanced Capital Allowance', 'lighting4.asp'], ], ['Electrical Services', null, null, ['Lighting', 'service1.asp'], ['Lighting controls', 'service2.asp'], ['Power distribution', 'service3.asp'], ['Mains distribution', 'service4.asp'], ['Cable management', 'service5.asp'], ['Inspection & testing', 'service6.asp'], ['Electrical maintenance', 'service7.asp'] ], ['Communications', null, null, ['Computer networks', 'comm1.asp'], ['Cat5E & Cat6E cabling', 'comm2.asp'], ], ['Gallery of works', null, null, ['YES Telecom','gal1.asp'], ['Mercedes Benz','gal2.asp'], ['Barratt House','gal3.asp'], ['Krispy Kreme','gal4.asp'], ['Lambert Smith Hampton','gal5.asp'], ['Stratstone Porsche','gal6.asp'], ['Raytheon Systems','gal7.asp'], ['Lookers Renault','gal8.asp'], ['Adamson House','gal9.asp'], ['Iron Mountain','gal10.asp'], ['Virgin Cars','gal11.asp'], ['Faulkners Farm','gal12.asp'] ], ['About us', null, null, ['Profile', 'profile.asp'], ['Commitment', 'hs1.asp'], ['Health & Safety Policy', 'KES_HS.pdf'], ], ['Environmental', null, null, ['Policy statement', 'envp.pdf'] ], ['Contact us','contact.asp', null, ], ['Site Map','sitemap.asp', null, ], ];