/*
  --- 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 PRODUCTS_MENU_ITEMS = [
	['<IMG SRC="images/common/tpel.gif" BORDER="0" WIDTH="75" HEIGHT="19" STYLE="cursor:default;">', null, {'sb' : 'Select Product Line'},
		['Light Commercial', 'products/commercial.asp'],
		['Products for Landlords', 'products/residential.asp'],		
	],
];

var SUPPORT_MENU_ITEMS = [
	['<IMG SRC="images/common/tpel.gif" BORDER="0" WIDTH="114" HEIGHT="19" STYLE="cursor:default;">', null, {'sb' : 'Select Support Category'},
		['Product Specifications', 'support/specifications.asp'],
		['Installation Manuals', 'support/installation.asp'],
		['Technical Bulletins', 'support/technical.asp'],		
		['Troubleshooting', 'support/troubleshoot.asp'],
		['Contact Support', 'm' + String.fromCharCode(97,105) + 'lt' + String.fromCharCode(111) + ':t' + String.fromCharCode(101) + 'ch@l' + String.fromCharCode(105) + 'ghtst' + String.fromCharCode(97) + 't.c' + String.fromCharCode(111) + 'm'],
	],
];

var BENEFITS_MENU_ITEMS = [
	['<IMG SRC="images/common/tpel.gif" BORDER="0" WIDTH="65" HEIGHT="19" STYLE="cursor:default;">', null, {'sb' : 'Select Benefit'},
		['Reduce Energy Costs', 'benefits/energycost.asp'],
		['Reduce Maintenance Costs', 'benefits/maintenancecost.asp'],
		['Case Studies', 'benefits/casestudies.asp'],
	],
];

var COMPANY_MENU_ITEMS = [
	['<IMG SRC="images/common/tpel.gif" BORDER="0" WIDTH="109" HEIGHT="19" STYLE="cursor:default;">', null, {'sb' : 'Select Company Information Category'},
		['Company Profile', 'company/profile.asp'],
		['Trade Shows', 'company/tradeshows.asp'],
		['Employment', 'company/employment.asp'],		
		['Directions', 'company/directions.asp'],
		['Contacts', 'company/contact.asp'],
	],
];
