/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['Get Started   »', 'getstarted.shtml', null,
		['Ship Us Your Drive', 'getstarted_shipyourdrive.shtml'],
		['Intake Form', ['Data%20Recovery%20Intake%20Form.doc', '_blank']],
		['Pricing', 'getstarted_pricing.shtml'],
	],
	['Contact Us', 'contactus.shtml'],
	['Services   »', 'services.shtml', null,
		['Hard Drive Recovery', 'services_harddriverecovery.shtml'],
		['RAID Recovery', 'services_raidrecovery.shtml'],
		['Laptop Recovery', 'services_laptoprecovery.shtml'],
		['USB, Flash, Zip, Floppy', 'services_usbflashzipfloppy.shtml'],
		['Data Backups', 'services_databackups.shtml'],
		['IT Services   »', 'services_ITservices_business.shtml', null,
			['Business', 'services_ITservices_business.shtml'],
			['Residential', 'services_ITservices_residential.shtml']
		]
	],
	['Resources   »', 'resources.shtml', null,
		['Why Choose Us', 'resources_whychooseus.shtml'],
		['Customer Testimonials', 'resources_testimonials.shtml'],
		['Forms of Data Loss', 'resources_formsofdataloss.shtml'],
		['The Cost of Data Loss', 'resources_costofdataloss.shtml'],
		['Urban Legends', 'resources_urbanlegends.shtml']
	],
	['Reseller Program', 'resellerprogram.shtml']
];
