/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', 'productoverview.html', null,
		['Product Overview', 'productoverview.html', null,
			['Vidar Large Format Scanners', 'Vidar.html'],
			['Other Scanning Products', 'https://www.autotech.com.au/autotech/cart/index.php?main_page=index&cPath=3'],
			['SCP Software', 'scp.html'],
			['Softelec Software', 'softelec.html'],
			['Spicer Software', 'spicer.html'],
			['SOPHOS Anti-Virus Software', 'sophos.html'],
			['Display Systems', 'https://www.autotech.com.au/autotech/cart/index.php?main_page=index&cPath=20']
		]
	],
	['Services', null, null,
		['Services Overiew', 'servicesoverview.html', null,
			['Large Format Scanning Services', 'lfscanningservice.html'],
			['Small Format Scanning Services', 'Smallscanningservice.html'],
			['Large Format Copying Services', 'lfcopying.html'],
			['Poster Printing Services', 'poster.html'],
			['Plan Printing Services', 'planprint.html'],
			['CAD- HPGL2 printing', 'planprint.html'],
			['Backlit Printing Services', 'poster.html'],
			['Photography', 'Photography.html'],
			['Graphic Design', 'graphic.html'],
			['Web Design', 'webdesign.html'],
			['Raster to Vector Conversion Services', 'r2v.html'],
			['Mapping Data Collection Services', 'mapping.html']
		]
	],
	['On-Line Store', 'https://www.autotech.com.au/autotech/cart/'],
	['About Us', 'aboutus.html'],
	['Contact Us', 'contact.html'],
	['News', 'news.html'],
	['Scanning Glossary', 'glossary.html'],
	['Home', 'http://www.autotech.com.au']
];
