/* Tigra Menu items structure */
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', null, {'sw':90},
		['Values', 'About-Us-Values.php'],
		['Why Us', 'About-Us-Why-Us.php'],
		['Leadership Team', 'About-Us-Leadership-Team.php'],
		['Company History', 'About-Us-Company-History.php']
	],
	['.',null,{'sw':1}],
	['Products', null, {'sw':90},
		['Backpack 2008', null, null,
			['Overview', 'Education-Backpack2008-Overview.php'],
			['Schedule A Demonstration', 'Products-Backpack2008-Demonstration.php'],
			['Download A Feature Sheet', 'Products-Backpack2008-FeatureSheet.php']
		],
		['FUNDamentals 2008', null, null,
			['Overview', 'Products-FUNDamentals2008-Overview.php'],
			['Business Unit Accounting', 'FUNDamentals2008-Business-Unit-Accounting.php'],
			['Schedule A Demonstration', 'Products-FUNDamentals2008-Demonstration.php'],
			['Download A Feature Sheet', 'Products-FUNDamentals2008-FeatureSheet.php']
		],
		['FUNDraiser 2008', null, null,
			['Overview', 'Products-FUNDraiser2008-Overview.php'],
			['Schedule A Demonstration', 'Products-FUNDraiser2008-Demonstration.php'],
			['Download A Feature Sheet', 'Products-FUNDraiser2008-FeatureSheet.php']
		],
		['SmartBoardAX', null, null,
			['Overview', 'Products-SmartBoardAX-Overview.php'],
			['Schedule A Demonstration', 'Products-SmartBoardAX-Demonstration.php'],
			['Download A Feature Sheet', 'Products-SmartBoardAX-FeatureSheet.php']
		]
	],
	['.',null,{'sw':1}],
	['Support', 'Support.php',{'sw':90}],
	['.',null,{'sw':1}],
	['How Can We Help?', 'How-Can-We-Help.php',{'sw':144},
	 	['Not For Profit','How-Can-We-Help.php?unit=nfp'],
		['Government','How-Can-We-Help.php?unit=government'],
		['Education','How-Can-We-Help.php?unit=education'],
		['Distribution/Manufacturing','How-Can-We-Help.php?unit=distman'],
		['Partner Channel','How-Can-We-Help.php?unit=partner']
	]
];
/* Tigra Menu items structure */
var MARKET_ITEMS = [
	['Not For Profit', null, {'sw':89},
		['  Why Us', 'Not-For-Profit-Why-Us.php'],
		['Success Stories', null, null,
			['Success Story #1', 'Not-For-Profit-Success-Stories.php']
		],
		['FUNDamentals 2008', null, null,
			['Overview', 'Not-For-Profit-FUNDamentals2008-Overview.php'],
			['Schedule A Demonstration', 'Not-For-Profit-FUNDamentals2008-Demonstration.php'],
			['Download A Feature Sheet', 'Not-For-Profit-FUNDamentals2008-FeatureSheet.php']
		],
		['FUNDraiser 2008', null, null,
			['Overview', 'Not-For-Profit-FUNDraiser2008-Overview.php'],
			['Schedule A Demonstration', 'Not-For-Profit-FUNDraiser2008-Demonstration.php'],
			['Download A Feature Sheet', 'Not-For-Profit-FUNDraiser2008-FeatureSheet.php']
		]
	],
	['.',null,{'sw':1}],
	['Government', null, {'sw':85},
		['Why Us', 'Government-Why-Us.php'],
		['FUNDamentals 2008', null, null,
			['Overview', 'Government-FUNDamentals2008-Overview.php'],
			['Schedule A Demonstration', 'Government-FUNDamentals2008-Demonstration.php'],
			['Download A Feature Sheet', 'Government-FUNDamentals2008-FeatureSheet.php']
		]
	],
	['.',null,{'sw':1}],
	['Education', null, {'sw':72},
		['Why Us', 'Education-Why-Us.php'],
		['Backpack 2008', null, null,
			['Overview', 'Education-Backpack2008-Overview.php'],
			['Schedule A Demonstration', 'Education-Backpack2008-Demonstration.php'],
			['Download A Feature Sheet', 'Education-Backpack2008-FeatureSheet.php']
		],
		['FUNDamentals 2008', null, null,
			['Overview', 'Education-FUNDamentals2008-Overview.php'],
			['Schedule A Demonstration', 'Education-FUNDamentals2008-Demonstration.php'],
			['Download A Feature Sheet', 'Education-FUNDamentals2008-FeatureSheet.php']
		],
		['FUNDraiser 2008', null, null,
			['Overview', 'Education-FUNDraiser2008-Overview.php'],
			['Schedule A Demonstration', 'Education-FUNDraiser2008-Demonstration.php'],
			['Download A Feature Sheet', 'Education-FUNDraiser2008-FeatureSheet.php']
		]
	],
	['.',null,{'sw':1}],
	['Distribution/Manufacturing',null,{'sw':163},
		['Success Stories', null, null,
			['Success Story #1', 'Distribution-Manufacturing-Success-Stories1.php'],
			['Success Story #2', 'Distribution-Manufacturing-Success-Stories2.php']
		],
		['Dynamics Implementation Overview', 'Distribution-Manufacturing-MicrosoftDynamicsAX-Overview.php'],
		['Schedule A Demonstration', 'Distribution-Manufacturing-MicrosoftDynamicsAX-Demonstration.php']
	],
	['.',null,{'sw':1}],
	['Partner Channel',null,{'sw':109},
		['Why Us', 'Partner-Channel-Why-Us.php']
	]
];

