/*
  --- 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.html', null, null,
	],
	['Services', '../services/index.html', null,
		['Overview', '../services/overview.html'],
		['Structured Cabling', '../services/structured_cabling.html'],
		['Voice/Cable Design', '../services/voice_cable_design.html'],
		['Project Management', '../services/project_management.html'],
		['Telco Liaison', '../services/telco_liaison.html'],
		['Leasing', '../services/leasing.html', null,
			['Leasing Calculator', 'https://www.elbtools.com/secure/calc.php?elbt=116006935160', {'tw' : 'blank'}, null],
			['Leasing Application', 'https://www.elbtools.com/secure/apply.php?elbt=116006935160', {'tw' : 'blank'}, null],
		],
		['Training', '../services/training.html']
	],
	['Products', '../products/index.html', null,
		['Business Phone Systems', 
			'../products/business_phone_systems.html', null,
		['BCM by Nortel Networks', '../products/bps_nortel.html',
			null,
			['BCM 50', '../products/bcm50.html'],
			['BCM 200/400', '../products/bcm200_400.html'],
			['Nortel BCM Handsets', 
				'../products/bcm_handsets.html'],
			['Nortel BCM Applications', '../products/bcm_apps.html']
		],
		['Norstar ICS', '../products/bps_norstar.html'],
		['Norstar Compact ICS', '../products/bps_norstar_compact.html'],
		['Norstar 3x8 CICS', '../products/3x8cics_norstar.html']
		],
		['Business Series Terminals', 
			'../products/business_series_terminals.html', null,
		['T7316e Norstar Telephone', '../products/t7136e_norstar.html'],
		['T7316e T24 Norstar KIM', 
			'../products/t7136et24_norstar.html'],
		['T7406 Norstar Portable Telephone', 
			'../products/t7406_norstar.html'],
		['M7100 Norstar Telephone', '../products/7100_norstar.html'],
		['M7208 Norstar Telephone', '../products/7208_norstar.html'],
		['M7310 BLF Module', '../products/7310_blf_module.html'],
		['M7310 Norstar Telephone', '../products/7310_norstar.html'],
		['T7208 Norstar Telephone', '../products/t7208_norstar.html'],
		['T7100 Norstar Telephone', '../products/t7100_norstar.html'],
		['M7324 Norstar Attendant Phone', 
			'../products/t7324_norstar.html'],
		['Nortel M7324 CAP Module', '../products/m7324cm_nortel.html'],
		['Norstar Audio Conference', '../products/acu_norstar.html']
		],
		['VoIP', '../products/voip.html', null,
		['Nortel i2002 VoIP Phone', 
			'../products/i2002_voip_nortel.html'],
		['Nortel i2004 VoIP Phone', 
			'../products/i2004_voip_nortel.html']
		],
		['Voice Mail Solutions', 
			'../products/voice_mail_solutions.html', 
			null,
		['Norstar Voice Mail System', '../products/vms_norstar.html'],
		['Nortel Norstar Star Talk Voice Mail', 
			'../products/nortel_norstar_startalk.html']
		],
		['Nortel Software Apps', 
			'../products/nortel_software_apps.html', 
			null,
		['Nortel IP Softphone', '../products/ipsoft_nortel.html'],
		['Nortel ISDN Advantage', '../products/isdn_adv_nortel.html']
		]
	],
	['Support', '../support/index.html', null, null,
	],
	['About', '../about/index.html', null,
		['About The Company', '../about/company.html'],
		['Company Mission', '../about/mission.html'],
		['Partners', '../about/partners.html'],
		['Careers', '../about/careers.html'],
		['Contact Us', '../about/contact_us.html']
	],
];

