/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.powertechci.com/index.html', {'tw':'_self','sw':94}],
	['PRODUCTS', 'http://www.powertechci.com/concept.htm', {'tw':'_self','bt':21},
		['CONCEPT', 'http://www.powertechci.com/concept.htm', {'tw':'_self'}],
		['PICBUCKET', 'http://www.powertechci.com/picbucket.htm', {'tw':'_self'}],
		['PICHAMMER', 'http://www.powertechci.com/pichammer.htm', {'tw':'_self'}],
		['ACCESSORIES', 'http://www.powertechci.com/accessories.htm', {'tw':'_self'}],
		['DEMONSTRATION', 'http://www.powertechci.com/videos.htm', {'tw':'_self'}]
	],
	['NEWSCENTER', null, null,
		['PRESS RELEASE', 'http://www.powertechci.com/newscenter.htm'],
		['POWERFLASH', 'http://www.powertechci.com/powerflash/volume1/number4/index.html'],
		['JOBSITE NEWS', 'http://www.powertechci.com/jobsitenews/cannington/index.html'],
	],
	['CORPORATE', 'http://www.powertechci.com/company.htm', null,
		['COMPANY INFO', 'http://www.powertechci.com/company.htm'],
		['INVESTORS', 'http://www.powertechci.com/investors.htm'],
		['MEDIA KIT', 'http://www.powertechci.com/mediakit.htm']
	],
	['CONTACT US', 'http://www.powertechci.com/contact.htm'],
	['SITE MAP', 'http://www.powertechci.com/sitemap.htm']
];
