// menu_items.js file

var MENU_ITEMS =[
	['Home', '../index.html'],
	['About Us', '../about_us.html'],
	['EF&I', '../EFI/index.html', null,
		['Central Offices', '../EFI/index.html#Central Office Solutions'],
		['Engineering', '../EFI/index.html#Engineering (E)'],
		['Furnish', '../EFI/index.html#Furnish (F)'],
		['Install', '../EFI/index.html#Install (I)'],
		['AC Power', '../EFI/index.html#AC and DC Power Systems'],
		['DC Power', '../EFI/index.html#AC and DC Power Systems'],
		['OSP Engineering', '../EFI/index.html#OSP Engineering'],
		['Rack and Stack', '../EFI/index.html#AWAT']
	],
	['IT Services', '../information_technology', null,
		['PC Support', '../information_technology/index.html#PC Maintenance, Support & Upgrades'],
		['Server/Operating Systems', '../information_technology/index.html#Operating System Services'],
		['LAN/WAN Networks', '../information_technology/index.html#Network Services'],
		['Help Desk Support', '../information_technology/index.html#Help Desk Support'],
		['Services Management', '../information_technology/index.html#Services Management Solutions'],
		['VoIP & PBX', '../information_technology/index.html#VoIP and Private Branch Exchange (PBX) Telephone Networks'],
		['Data Centers', '../information_technology/index.html#Data Centers'],
		['Barracuda Spam Firewall', '../information_technology/index.html#Barracuda Networks Spam Firewall'],
		['Security', '../information_technology/index.html#Security Services'],
	
		['IT Consolidation', '../information_technology/index.html#Consolidating IT Services and Resources'],
		['Systems Architecture', '../information_technology/index.html#Service Oriented Architecture Services'],
		['Storage', '../information_technology/index.html#Storage Services']

	],
	['Enterprise', '../enterprise/index.html', null,
		['Telecom Systems', '../enterprise/index.html#Telecommunications System Design (RCDD)'],
		['Design/Build', '../enterprise/index.html#Design/Build Services'],
		['Security', '../enterprise/index.html#Security'],
		['Automation', '../enterprise/index.html#Automation'],
		['VoIP', '../enterprise/index.html#VoIP']
	],
	['News', '../news/index.html'],
	['Contact Us', '../contact_us.html']
];
