/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [

	['<img src="images/tab_home_'+ ((tab=="home")?"on":"off") +'.gif" '+ ((tab=="home")?'':'onMouseOver="this.src=\'images/tab_home_on.gif\'" onMouseOut="this.src=\'images/tab_home_off.gif\'"') +' border="0"/>', 'index.aspx', null,
	],

	['<img src="images/tab_features_'+ ((tab=="features")?"on":"off") +'.gif" '+ ((tab=="features")?'':'onMouseOver="this.src=\'images/tab_features_on.gif\'" onMouseOut="this.src=\'images/tab_features_off.gif\'"') +' border="0"/>', 'Features_MainFeatures.asp', null,
		['Main Features', 'Features_MainFeatures.asp', null,],
		['Feature List', 'Features_List.asp', null,],
		['How It Works', 'HowItWorks.asp', null,],		
	],

	['<img src="images/tab_pricing_'+ ((tab=="pricing")?"on":"off") +'.gif" '+ ((tab=="pricing")?'':'onMouseOver="this.src=\'images/tab_pricing_on.gif\'" onMouseOut="this.src=\'images/tab_pricing_off.gif\'"') +' border="0"/>', 'Pricing.asp', null,
		['SurveyCore Pricing', 'Pricing.asp', null,],
		['Private Label', 'Pricing_PrivateLabel.asp', null,],
	],

	['<img src="images/tab_usage_'+ ((tab=="Usage")?"on":"off") +'.gif" '+ ((tab=="Usage")?'':'onMouseOver="this.src=\'images/tab_usage_on.gif\'" onMouseOut="this.src=\'images/tab_usage_off.gif\'"') +' border="0"/>', 'Usage_CRM_Overview.asp', null,
		['CRM', 'Usage_CRM_Overview.asp', null,],
		['Market Research', 'Usage_MR_Overview.asp', null,],
		['HRM', 'Usage_HRM_Overview.asp', null],
		['Website Management', 'Usage_Web_Overview.asp', null],
		['Education', 'Usage_Education_Overview.asp', null],
		['Associations', 'Usage_unions_Overview.asp', null],
		['Research Agencies', 'Usage_Research_Overview.asp', null],
	],
	
	['<img src="images/tab_references_'+ ((tab=="references")?"on":"off") +'.gif" '+ ((tab=="references")?'':'onMouseOver="this.src=\'images/tab_references_on.gif\'" onMouseOut="this.src=\'images/tab_references_off.gif\'"') +' border="0"/>', 'References.asp', null,],

	['<img src="images/tab_downloads_'+ ((tab=="downloads")?"on":"off") +'.gif" '+ ((tab=="downloads")?'':'onMouseOver="this.src=\'images/tab_downloads_on.gif\'" onMouseOut="this.src=\'images/tab_downloads_off.gif\'"') +' border="0"/>', 'Resources_Brochure.asp', null,
		['Download Brochure', 'Resources_Brochure.asp', null,],
		['Free Trial', 'Resources_Trial.aspx', null,],
	],
	
	['<img src="images/tab_company_'+ ((tab=="company")?"on":"off") +'.gif" '+ ((tab=="company")?'':'onMouseOver="this.src=\'images/tab_company_on.gif\'" onMouseOut="this.src=\'images/tab_company_off.gif\'"') +' border="0"/>', 'Company_ContactUs.asp', null,
		['Contact Us', 'Company_ContactUs.asp', null,],
		['About SurveyCore', 'Company_AboutMCG.asp', null,],
	],
	
];
