/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Work in Progress', null, null,
		['L4 Biophysics Lab', 'wip4.html', {'tw':'displ'}],
		['Dogwood Canyon Audubon', 'wip1.html', {'tw':'displ'}],
		['MSRDP', 'wip2.html', {'tw':'displ'}],
		['3T MRI', 'wip3.html', {'tw':'displ'}]
	],
	['Medical Facilities ', null, null,
		['CT Scan UTSW', 'med-10.html', {'tw':'displ'}],
		['Pediatrics Southwest ', 'med-03.html', {'tw':'displ'}],
		['Medical Plaza ', 'med-04.html', {'tw':'displ'}],
		['Orthopedic Surgery ', 'med-02.html', {'tw':'displ','tt':'& Sports Medicine'}],
		['Private practice facility ', 'med-01.html', {'tw':'displ'}],
		['Wheatland Dental Clinic ', 'med-05.html', {'tw':'displ'}],
		['Family Dentistry ', 'med-06.html', {'tw':'disl'}],
		['McCreek Medical', 'med-07.html', {'tw':'displ'}]
	],
	['Industrial ', null, null,
		['Dr. Kracker Bakery', 'ind-04.html', {'tw':'displ'}],
		['Encore Wire', 'ind-01.html', {'tw':'displ'}],
		['Leggett & Platt ', 'ind-02.html', {'tw':'displ'}],
		['Metals Supply Co. Ltd', 'ind-03.html', {'tw':'displ'}]
	],
	['Schools ', null, null,
		['Ferris ISD HS', 'school05.html', {'tw':'displ'}],
		['Canterbury Episcopal ', 'school01.html', {'tw':'displ','tt':'Middle School '}],
		['Canyon Creek Baptist ', 'school02.html', {'tw':'displ','tt':'Elementary School '}],
		['Brighter Horizon Academy', 'school03.html', {'tw':'displ'}],
		['Canterbury Episcopal ', 'school04.html', {'tw':'displ','tt':'Elementary School '}],
		['Ferris ISD Field House', 'school06.html', {'tw':'displ'}],
		['Lucy Mae McDonald El.', 'school07.html', {'tw':'displ'}]
	],
	['Churches ', null, null,
		['Church Holy Communion', 'church01.html', {'tw':'displ'}],
		['Grace Church of Ovilla', 'church02.html', {'tw':'displ'}],
		['Dallas Central Mosque ', 'church05.html', {'tw':'displ','tt':'Richardson, TX'}],
		['Park Meadows Baptist ', 'church04.html', {'tw':'displ','tt':'Church'}],
		['Shady Grove Church', 'church03.html', {'tw':'displ'}],
		['Praise Temple', 'church06.html', {'tw':'displ'}]
	],
	['Crane Buildings ', null, null,
		['Plant Facility ', 'crane01.html', {'tw':'displ'}],
		['Heavy Equipment Shop', 'crane02.html', {'tw':'displ'}],
		['Manufacturing & Office Facility', 'crane03.html', {'tw':'displ'}]
	],
	['Sports Complexes ', null, null,
		['BMX Sports Arena ', 'sports01.html', {'tw':'displ'}],
		['Multipurpose Sports Center ', 'sports02.html', {'tw':'displ'}]
	],
	['Pre-engineered Bldgs. ', null, null,
		['Craig\'s Collision Center', 'pre08.html', {'tw':'displ'}],
		['Life Gas', 'pre01.html', {'tw':'displ'}],
		['B&B Paint & Body', 'pre02.html', {'tw':'displ'}],
		['Central States Manufacturing', 'pre03.html', {'tw':'displ'}],
		['Pioneer Paper ', 'pre04.html', {'tw':'displ','tt':'Pioneer Paper Stock Recycling Center '}],
		['Ten Hagen Excavating', 'pre05.html', {'tw':'displ'}],
		['Johnny Lewis Towing ', 'pre06.html', {'tw':'displ'}],
		['JetWork Air Center', 'pre07.html', {'tw':'displ'}]
	],
	['Int. Finish/Renovations', null, null,
		['Hunt Law Office', 'int13.html', {'tw':'displ'}],
		['Wise County Annex', 'int11.html', {'tw':'displ'}],
		['Desoto Chamber of Commerce', 'int10.html', {'tw':'displ'}],
		['B&B Body and Paint', 'int09.html', {'tw':'displ'}],
		['Children’s Medical', 'int01.html', {'tw':'displ','tt':'Children’s Medical 2828 Duke of Gloucester Desoto, Tx '}],
		['Central States Manufacturing', 'int02.html', {'tw':'displ'}],
		['Park Meadows Baptist Church', 'int03.html', {'tw':'displ'}],
		['Brighter Horizon Academy', 'int04.html', {'tw':'displ'}],
		['Inwood Bank ', 'int05.html', {'tw':'displ'}],
		['Homeland Security', 'int07.html', {'tw':'displ'}],
		['First Presbyterian Church ', 'int06.html', {'tw':'displ'}],
		['Odyssey Health Care', 'int08.html', {'tw':'displ'}]
	],
	['Office Warehouse ', null, null,
		['Exchange Business Park', 'ofc01.html', {'tw':'displ'}]
	]
];

