/* Tigra Menu items structure */
/*
/* Tigra Menu template structure */
/*
	[Defines root menu level],
	[Defines submenu items]
	
	MENU_ABOUT: Defines menu items for Our Company
	MENU_PROD: Defines menu items for Products/Services
	MENU_ORDER Defines menu items for Ordering Pages
	MENU_NEWS: Defines menu items for News
	
	See Tigra GOLD documentation at http://www.softcomplex.comp/products/tigra_menu_gold/docs/
	for config information
	
*/

var MENU_ABOUT = [
	[['<IMG src="images/buttons/topNavCompany.gif" name="topNavCompany" id="topNavCompany" border="0" height="21" width="102">','<IMG src="images/buttons/topNavCompany_on.gif" name="topNavCompany" id="topNavCompany" border="0" height="21" width="102">','<IMG src="images/buttons/topNavCompany_on.gif" name="topNavCompany" id="topNavCompany" border="0" height="21" width="102">'], 'aboutIndex.htm', {'tt':'Learn more about TNS Media Intelligence','sb':'Learn more about TNS Media Intelligence'},
		['Who We Are', 'aboutWho.htm'],
		['Corporate History', 'aboutTimeLine.htm'],
		['Our Values', 'wwServicesValues.htm'],
		['Our Services', 'wwServicesOurServices.htm'],
		['Our Network', 'wwServicesNetwork.htm']
	]
];
var MENU_PROD = [
	[['<IMG src="images/buttons/topNavProducts.gif" name="topNavProducts" id="topNavProducts" border="0" height="21" width="140">','<IMG src="images/buttons/topNavProducts_on.gif" name="topNavProducts" id="topNavProducts" border="0" height="21" width="140">','<IMG src="images/buttons/topNavProducts_on.gif" name="topNavProducts" id="topNavProducts" border="0" height="21" width="140">'], 'prodIndex.htm', {'tt':'Learn more about our products and services','sb':'Learn more about our products and services'},
		['Media and Market Coverage', 'prodMediaMarketCoverage.htm'],
		['All Products', 'prodAllProducts.htm'],
		['By Media Type', 'prodMediaType.htm'],
		['For Academics', 'prodAcademic.htm'],
		['For Advertising Agencies', 'prodAdAgencies.htm'],
		['For Advertisers and Marketers', 'prodAdvMarketProfessionals.htm'],
		['For Media Industry Professionals', 'prodMediaProfessionals.htm']
	]
];
var MENU_ORDER = [
	[['<IMG src="images/buttons/topNavOrder.gif" name="topNavOrder id="topNavOrder" border="0" height="21" width="104">','<IMG src="images/buttons/topNavOrder_on.gif" name="topNavOrder" id="topNavOrder" border="0" height="21" width="104">','<IMG src="images/buttons/topNavOrder_on.gif" name="topNavOrder" id="topNavOrder" border="0" height="21" width="104">'], 'orderIndex.htm', {'tt':'On Demand Ordering','sb':'On Demand Ordering'},
		['Advertiser and Agency', 'orderAdAgency.htm'],
		['Media', 'orderMedia.htm'],
		['Academics', 'orderAcademics.htm']
	]
];
var MENU_NEWS = [
	[['<IMG src="images/buttons/topNavNews.gif" name="topNavNews" id="topNavNews" border="0" height="21" width="134">','<IMG src="images/buttons/topNavNews_on.gif" name="topNavNews" id="topNavNews" border="0" height="21" width="134">','<IMG src="images/buttons/topNavNews_on.gif" name="topNavNews" id="topNavNews" border="0" height="21" width="134">'], 'newsIndex.htm', {'tt':'View the latest TNS Media Intelligence news','sb':'View the latest TNS Media Intelligence news'},
		['Press Inquiries', 'newsInquiries.htm'],
		['Creatives and Presentations', 'newsViews.htm'],
		['Archives', 'news2007.htm']
	]
];
