/*
  --- 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,
		['Hovedfunktioner', 'Features_MainFeatures.asp', null,],
		['Funktionsliste', 'Features_List.asp', null,],
		['Hvordan Virker Det?', '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 Priser', '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,],
		['Markedsanalyse', 'Usage_MR_Overview.asp', null,],
		['HRM', 'Usage_HRM_Overview.asp', null],
		['Website Management', 'Usage_Web_Overview.asp', null],
		['Uddannelse', 'Usage_Education_Overview.asp', null],
		['Foreninger', 'Usage_unions_Overview.asp', null],
		['Analysebureauer', '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,],
		['Gratis Pr&oslash;veversion', '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,
		['Kontakt Os', 'Company_ContactUs.asp', null,],
		['Om MCG Softlab', 'Company_AboutMCG.asp', null,],
	],
	
];