/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tw':'_self'},
	],
	['Services', null, null,
		['Basement Construction', 'basement_construction.htm', {'tw':'_self'}],
		['Underpinning', 'underpinning.htm', {'tw':'_self'}],
        ['Geotechnical Engineering', 'geotechnical-engineering.htm', {'tw':'_self'}],
        ['RC Foundations', 'rc-foundations.htm', {'tw':'_self'}],
        ['Civils', 'civils.htm', {'tw':'_self'}],
        ['Open Site', 'open-site.htm', {'tw':'_self'},
				['Driven Pile', 'driven-piling.htm', {'tw':'_self'}],
				['CFA', 'cfa.htm', {'tw':'_self'}]
			],
        ['Mini Piling', 'mini-piling.htm', {'tw':'_self'}],
        ['LIPS', 'lips.htm', {'tw':'_self'}]
	],
	['Case Studies', null, null,
        ['46 Old Road', '46-old-road.htm', {'tw':'_self'}],
        ['A.E.E.U', 'aeeu.htm', {'tw':'_self'}],
        ['Alderson Printers', 'aldersons-printers.htm', {'tw':'_self'}],
        ['Aspire', 'aspire.htm', {'tw':'_self'}],
        ['Batten Street', 'batten-street.htm', {'tw':'_self'}],
        ['Ennismore Garden Mews', 'ennismore-garden-mews.htm', {'tw':'_self'}],
        ['Glebe Farm', 'glebe-farm.htm', {'tw':'_self'}],
        ['KIA Dealership', 'kia-dealership.htm', {'tw':'_self'}],
        ['Pride Park', 'pride-park.htm', {'tw':'_self'}],
        ['Redhill Marina', 'redhill-marina.htm', {'tw':'_self'}],
        ['Sandhills Station', 'sandhill-station.htm', {'tw':'_self'}],
        ['Springfield Street', 'springfield-street.htm', {'tw':'_self'}],
        ['St Petersburgh Mews', 'st-petersburgh-mews.htm', {'tw':'_self'}],
        ['Trent Bridge Cricket Ground', 'trent-bridge-cricket-ground.htm', {'tw':'_self'}]
    ],
    ['Downloads', null, null,
        ['PDF Documents', 'pdf-case-studies.htm', {'tw':'_self'}]
	],
	['Misc', null, null,
              ['Vacancies', 'vacancies-1.htm', {'tw':'_self'}],
        ['Insurance', 'insurance.htm', {'tw':'_self'}],
        ['People', 'people.htm', {'tw':'_self'}],
        ['Company Profile', 'company-profile.htm', {'tw':'_self'}],
        ['FACT Directory', 'foundation-and-construction-trades.htm', {'tw':'_self'}],
		['Contact Details', 'contact-us.htm', {'tw':'_self'}],
        ['Restricted Area', 'reports/reports-pw.htm', {'tw':'_self'}],
        ['Email', 'mailto:enquiries@allfoundations.co.uk', {'tw':'_self'}]
	],
];
