/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Networks', null, null,
		['Servers', 'servers.htm'],
		['Security', 'security.htm'],
		['Internet', 'internet.htm'],
		['VPN - multi-location', 'vpn.htm']
	],
	['Software', null, null,
		['Software Support', 'softsupport.htm'],
		['Custom Applications', 'custom.htm']
	],
	['Web', null, null,
		['Development', 'webdevelopment.htm'],
		['Managed Hosting', 'managedhosting.htm']
	],
	['Support', 'support.htm'],
	['About DW', 'about.htm'],
	['Contact Info', 'contact.htm']
];

