/* --- top menu bar items --- */
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;home','index.html',null],
	['products & services','services.html',
		['systems & network services','network.html'],
		['network security','security.html'],
		['wireless networks','wireless.html'],
		['inside wiring','wiring.html'],
		['business telephony','telephony.html'],
		['servers & desktops','computers.html'],
		['software','software.html'],
		['maintenance & support','maintenance.html'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;experience','experience.html',null],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;partners','partners.html',
		['Blue Coat', 'bluecoat.html'],
		['Cisco Systems', 'cisco.html'],
		['McAfee Security', 'mcafee.html'],
		['Microsoft', 'microsoft.html'],
		['ShoreTel', 'shoretel.html'],
		['Novell', 'novell.html'],
		['Barracuda Networks', 'barracuda.html'],
		['ZixCorp', 'zixcorp.html']
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;company','about.html',
		['about us', 'about.html'],
		['our history', 'history.html'],
		['our offices', 'offices.html'],
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact us','contact.html',null]
];

/* --- sidebar Products and Services menu --- */
var MENU_ITEMS2 = [
		['systems & network services','network.html'],
		['network security','security.html'],
		['wireless networks','wireless.html'],
		['inside wiring','wiring.html'],
		['business telephony','telephony.html'],
		['servers & desktops','computers.html'],
		['software','software.html'],
		['maintenance & support','maintenance.html'],
];

/* --- sidebar Company Information menu --- */
var MENU_ITEMS3 = [
	['about us', 'about.html'],
	['our history', 'history.html'],
	['our offices', 'offices.html'],
];

/* --- sidebar Industries menu --- */
var MENU_ITEMS4 = [
	['banking', 'banking.html'],
	['education', 'education.html'],
	['government', 'government.html'],
	['health care', 'healthcare.html'],
	['commercial business', 'business.html'],
];

