/* --- menu items --- */
var MENU_ITEMS = [
	['Hardware', null,
		['Doors & Frames', null,
			['Steelcraft', 'http://www.steelcraft.com/index.html'],
			['Timely', 'http://www.timelyframes.com/frame/frames.htm'],
			['Wood Doors', null,
			 	['Algoma Doors', 'http://www.algomahardwoods.com/'],
				['Lynden Doors', 'http://www.lyndendoor.com/redirect.html'],
				['VT Industries', 'http://www.vtindustries.com/doors/OurDoors.html'],
				['Mohawk Doors', 'http://www.mohawkdoors.com/doors.htm'],
			],
			['Double Action', 'http://www.eliasoncorp.com/doors.html'],
			['Accordian Doors', 'http://www.woodfold.com/accordion/commercial.php'],
			['Roof Doors', 'http://jlindustries.com/Sweets/2007-%20JL%20Industries%20Roof%20Accessories.pdf'],
			['Access Panels', 'http://www.nystrom.com/5.aspx'],
			['Fiberglass', 'http://www.corrim.com/tech.html'],
		],
		['Door Hardware', null,
			['Closers', 'http://www.lcnclosers.com'],
			['Exit Alarms', 'http://www.detex.com'],
			['Exit Devices', 'http://www.vonduprin.com'],
			['Hinges', null,
				['PBB Inc.', 'http://www.pbbinc.com/catalog/table_of_contents.htm'],
				['Soss', 'http://www.soss.com/'],
				['Stanley', 'http://www.stanleyhardware.com/default.asp?TYPE=CATEGORY&CATEGORY=HDW+ARCHITECTURAL'],
			],
			['Locks', 'hardwareLocks.php'],
		],
		['General', null,
			['Floor Mats', 'hardwareMats.php'],
			['Washroom', 'http://www.bobrick.com'],
		],
		['Residential', 'residential.php'],
		['Technical Info', 'cutsheets.php'],
	],
	['Catalog', 'catalog.php',
		['Doors & Frames', 'catalog.php?Section=Doors and Frames'],
		['Door Hardware', 'catalog.php?Section=Door Hardware'],
		['Locks', 'catalog.php?Section=Locks'],
		['General Hardware', 'catalog.php?Section=General and Finish Hardware'],
		['Rough & Misc', 'catalog.php?Section=Rough and Misc Hardware'],
		['Power Tools', 'catalog.php?Section=Power Tools'],
		['Hand Tools', 'catalog.php?Section=Hand Tools'],
	],
	['About TCH', null,
		['Locations', null,
			['Oakdale HQ', 'storeInfo.php?storeID=Oakdale'],
			['New Hope Office', 'storeInfo.php?storeID=New Hope'],
			['IR Security Center', 'storeInfo.php?storeID=Security Center'],
			['Omaha Office', 'storeInfo.php?storeID=Tri-City'],
			['Phoenix Office', 'storeInfo.php?storeID=Southwest'],
		],
		['Corporate Info', null,
			['Policies', 'policies.php'],
			['Careers', 'careers.php'],
			['History', 'history.php'],
		],
		['Scheduling', 'scheduleLogin.php'],
	],
	['Nat\'l Accounts', null,
		['Information', 'accountInfo.php'],
		['Login', 'accountLogin.php'],
	],
	['Contact TCH', 'contact.php?to=sales'],
];

