/* Tigra Menu items structure */
var SecureAppPath = 'https://www.imscompany.com/'
var NonSecureAppPath = 'http://www.imscompany.com/'

/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', NonSecureAppPath+'Public/Home.aspx'],
	['Catalog', null, null,
		['Index - Injection Molders', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=Index&ProdCodeTitle=Injection Molders Index'],
		['Index - Mold Makers', NonSecureAppPath+'Public/Index_MoldMakers.aspx?productcode=Index&ProdCodeTitle=Mold Makers Index'],
		['Index - Extruders', NonSecureAppPath+'Public/Index_Extruders.aspx?productcode=Index&ProdCodeTitle=Extruders Index'],
		['Index - MROP Supplies', NonSecureAppPath+'Public/Index_MRO.aspx?productcode=Index&ProdCodeTitle=MROP Supplies Index'],
		['Index - Alphabetical', NonSecureAppPath+'Public/Index_Alphabetic.aspx'],
		['Index - IMS Select Products', NonSecureAppPath+'Public/Index_IMSSelect.aspx'],
		['Index - Item Numbers', NonSecureAppPath+'Public/Index_ItemNumber.aspx'],
		['Mold and Die Components', null, null,
			['Wear Plates and Strips', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=MAC1&ProdCodeTitle=Wear Plates and Strips'],
			['Bushings and Guide Posts', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=MAC2&ProdCodeTitle=Bushings and Guide Posts'],
			['Pins and Ejectors', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=MAC3&ProdCodeTitle=Pins and Ejectors'],
			['Gibs and Slide Assemblies', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=MAC4&ProdCodeTitle=Gibs and Slide Assemblies'],
			['Guide and Keeper Blocks', NonSecureAppPath+'Public/Index_Molders.aspx?productcode=MAC5&ProdCodeTitle=Guide and Keeper Blocks']
		],
		['Fast Search For...', null, null,
			['Cartridge Heaters', NonSecureAppPath+'Public/ParametricSearch_CartridgeHeaters.aspx'],
			['Heater Bands', NonSecureAppPath+'Public/ParametricSearch_HeaterBands.aspx'],
			['Nozzles - Removable Tip Style', NonSecureAppPath+'Public/ParametricSearch_NozzlesRemovableTip.aspx'],
			['Nozzles - 1 Piece', NonSecureAppPath+'Public/ParametricSearch_Nozzles1Piece.aspx'],
			['Nozzle Tips', NonSecureAppPath+'Public/ParametricSearch_NozzleTips.aspx'],
			['Manifolds', NonSecureAppPath+'Public/ParametricSearch_Manifolds.aspx'],
			['Waterline Hose Couplers', NonSecureAppPath+'Public/ParametricSearch_WaterlineHoseCouplers.aspx'],
			['Waterline Plugs', NonSecureAppPath+'Public/ParametricSearch_WaterlinePlugs.aspx'],
			['Barbed Hose Fittings', NonSecureAppPath+'Public/ParametricSearch_HoseBarbs.aspx']
		],
		['New Products', NonSecureAppPath+'Public/NewProducts.aspx'],
		['Auxiliary Equipment', NonSecureAppPath+'PublicExtra/LP_Equipment.aspx'],
		['Warehouse Clearance Sale', NonSecureAppPath+'Public/CloseOutItems.aspx'],
		['Hose Selection Guide', null, null,
			['Air Ducting', NonSecureAppPath+'PublicExtra/LP_HoseSelectionChart.aspx?HoseType=A'],
			['Material Handling', NonSecureAppPath+'PublicExtra/LP_HoseSelectionChart.aspx?HoseType=B'],
			['Fluids and Air', NonSecureAppPath+'PublicExtra/LP_HoseSelectionChart.aspx?HoseType=C']
		],
		['Download PDF Catalogs', NonSecureAppPath+'PublicExtra/LP_PDFCatalog0708Download.aspx']
	],
	['<font color=#00CC00>Green Products</font>', NonSecureAppPath+'PublicExtra/LP_GreenProductsIndex.aspx'],
	['<font color=#FF0033>MROP Supplies</font>', NonSecureAppPath+'Public/Index_MRO.aspx?productcode=Index&ProdCodeTitle=MROP Supplies Index'],
	['<font color=#00CCFF>Customer Services</font>', NonSecureAppPath+'Public/ResQ_Services.aspx', null,
		['ResQ Services', NonSecureAppPath+'Public/ResQ_Services.aspx'],
		['MSDS', NonSecureAppPath+'Public/msds.aspx'],
		['Engineering & Machining Services', NonSecureAppPath+'PublicExtra/LP_EMS.aspx'],
		['Tech Tips', NonSecureAppPath+'PublicExtra/TA_TechTips.aspx'],
		['Product Manuals', NonSecureAppPath+'Public/Index_ProductManuals.aspx'],
		['Quote Forms', SecureAppPath+'Public/QuoteMenu.aspx'],
		['Converters and Calculators', NonSecureAppPath+'PublicExtra/Calc_Index.aspx'],
		['IMS Sales Representative Locator', NonSecureAppPath+'Public/SalesRepLocator.aspx'],
		['En Espanol - IMS Servicio de Atencion al Cliente', NonSecureAppPath+'PublicExtra/LP_mx.aspx'],
		['Business Credit Application and Terms', NonSecureAppPath+'pdf/forms/Business Credit Application and Terms.pdf', {'tw':'_blank'}],
		['Equipment Leasing', NonSecureAppPath+'Public/Leasing.aspx'],
		['Contact Us', SecureAppPath+'Public/ContactUs.aspx']
	],
	['Company Info', null, null,
		['About IMS', NonSecureAppPath+'Public/AboutUs.aspx'],
		['ISO 9001:2008', NonSecureAppPath+'PublicExtra/ISO90012008.aspx'],
		['Terms & Conditions of Sale and Credit Policy', NonSecureAppPath+'Public/ServicePolicy.aspx'],
		['Privacy Statement', NonSecureAppPath+'Public/Privacy.aspx'],
		['Send Us Your Comments', NonSecureAppPath+'Public/Temp.aspx'],
		['Press Releases', NonSecureAppPath+'PublicExtra/PR_Index.aspx'],
		['IMS eCONCEPT$ Bulletin', NonSecureAppPath+'PublicExtra/eCONCEPTS_Index.aspx'],
		['Business Credit Application and Terms', NonSecureAppPath+'pdf/forms/Business Credit Application and Terms.pdf', {'tw':'_blank'}],
		['IMS Sales Representative Locator', NonSecureAppPath+'Public/SalesRepLocator.aspx']
	],
	['Website Updates', NonSecureAppPath+'Public/WebUpdateLog.aspx'],
	['Promotions', NonSecureAppPath+'PublicExtra/Promo.htm']
];

