/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.dtginc.net', {'tw':'_top'}],
	['Company', null, {'sb':'Company'},
		['About Us', '/about.html', {'tw':'Inline2'}],
		['Jobs', '/jobs.html', {'tw':'Inline2'}],
		['Contact Us', '/contact.html', {'tw':'Inline2'}]
	],
	['Consulting Services', '/services/index.html', {'tw':'Inline2', 'sb':'Consulting Services'},
		['IT Security Assessments', '/services/assess.html', {'tw':'Inline2'}],
		['Small Business Support', '/services/smb.html', {'tw':'Inline2'}],
		['Software Development', '/services/software.html', {'tw':'Inline2'}],
		['In-Home Support', '/services/in-home.html', {'tw':'Inline2'}]
	],
	['Datacenter Services', '/datacenter/index.html', {'tw':'Inline2', 'sb':'Datacenter Services'},
		['IDS/IPS Monitoring Services', '/datacenter/monitor/index.html', {'tw':'Inline2'},
			['Firewall Activity', '/datacenter/monitor/firewall.html', {'tw':'Inline2'}],
			['Network Traffic', '/datacenter/monitor/traffic.html', {'tw':'Inline2'}],
			['Event Logs', '/datacenter/monitor/events.html', {'tw':'Inline2'}],
			['Server Status and Health', '/datacenter/monitor/servers.html', {'tw':'Inline2'}],
			['Security and Patch Status', '/datacenter/monitor/security.html', {'tw':'Inline2'}],
			['Complete Solution', '/datacenter/monitor/complete.html', {'tw':'Inline2'}],
		],
		['Collocation', '/datacenter/collo.html', {'tw':'Inline2'}],
		['Web Hosting', '/datacenter/hosting.html', {'tw':'Inline2'}],
		['Microsoft Exchange Hosting', '/datacenter/exchange.html', {'tw':'Inline2'}],
		['VPN Services', '/datacenter/vpn/index.html', {'tw':'Inline2'}]
	],
	['Support', '/help/index.html', {'tw':'Inline2', 'sb':'Support'},
			['Knowledge Base', '/help/index.html', {'tw':'Inline2'}],
			['Downloads', 'https://www.dtginc.net/help/files/index.html', {'tw':'Inline2'}],
	],
	];

