/* Tigra Menu items structure */
var MENU_ITEMS = [
	
	['NETWORK', null, null,
		['Service Request', 'http://www.archersolutions.com/service.htm', {'sb':'Get Help Now!'}],
		['Managed Services', 'http://www.archersolutions.com/netadmin.htm'],
		['Monitoring', 'http://www.archersolutions.com/netmon.htm'],
		['Design', 'http://www.archersolutions.com/netdes.htm'],
			],
	['DESKTOP', null, null,
		['Service Request', 'http://www.archersolutions.com/service.htm'],
		['Managed Services', 'http://www.archersolutions.com/deskmgmt.htm'],
		['Help Desk Services', 'http://www.archersolutions.com/deskhlp.htm']
	],
	['E-MAIL', null, null,
		['Administration', 'http://www.archersolutions.com/emailadmin.htm'],
		['Monitoring', 'http://www.archersolutions.com/emailmon.htm'],
		['Protection', 'http://www.archersolutions.com/emailprot.htm', null,
			]
	],
	['STORAGE', null, null,
		['File Servers', 'http://www.archersolutions.com/storfile.htm'],
		['Remote Storage', 'http://www.archersolutions.com/storrem.htm']
	],
	['IP TELEPHONY', null, null,
		['PC Phone Systems', 'http://www.archersolutions.com/telpc.htm'],
		['Voice Over IP (VoIP)', 'http://www.archersolutions.com/telvoip.htm']
	],
	['CONSULTING', 'http://www.archersolutions.com/consulting.htm']
];
