// JavaScript Document/* Tigra Menu items structure */var MENU_ITEMS = [	['About Us', 'about.htm', {'sw':60}],	['Flooring Package', null, {'sw':120},		['Metal Floor Decks', 'floor.htm'],		['Shear Studs', 'studs.htm'],		['Reinforcement', 'reinforce.htm'],		['Concrete', 'concrete.htm']	],	['Safety', 'safety.htm', {'sw':60}],	['Technical', 'technical.htm'],	['Completed Projects', null, {'sw':120},		['Omagh College','omagh.htm'],		['Mahons Point', 'mahons.htm']	],	['Contact', 'contact.htm', {'sw':60}]];