/*

  --- 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 = [

	['Home', '../'],

	['Products', null, null,
		['Item Lookup', '../store/index.php?main_page=advanced_search', null,],
		['Product Configurator', '../casterquery.php', null,],	 
		['Ball Transfers', '../ball-transfers.htm', null,],
		['Casters', null, null,
			['Chair Casters', '../chair-casters.php', null,],		
			['Furniture Casters', '../furniture-casters.php', null,],
			['Light Duty Casters', '../light-duty-casters.php', null,],			
			['Industrial Casters', '../industrial-casters.php', null,],
			['Heavy Duty Casters', '../heavy-duty-casters.php', null,],
		],
		['Caster Wheels', '../caster-wheels.htm', null,],
		['European Casters', '../european-casters.htm', null,],
		['Conveyors', '../conveyors.htm', null,],
		
		['Manufacturers', null, null,
		 	['Caster Warehouse','../caster-warehouse.htm', null],
			//['Caster Whse', null, null,
				//['All Series', '../caster-warehouse.htm#Top'],
				//['3000 Series', '../pdfs/ACIWC3000.pdf'],				
				//['3300 Series', '../pdfs/ACIWC3300.pdf'],
				//['3400 Series', '../pdfs/ACIWC3400.pdf'],
				//['3600 Series', '../pdfs/ACIWC3600.pdf'],
				//['3800 Series', '../pdfs/ACIWC3800.pdf'],
				//['4000 Series', '../pdfs/ACIWC4000.pdf'],
				//['4900 Series', '../pdfs/ACIWC4900.pdf'],
				//['5000 Series', '../pdfs/ACIWC5000.pdf'],
				//['5200 Series', '../pdfs/ACIWC5200.pdf'],
				//['5200 Stainless', '../pdfs/ACIWC5200S.pdf'],
				//['5400 Series', '../pdfs/ACIWC5400.pdf'],
				//['5500 Series', '../pdfs/ACIWC5500.pdf'],
				//['5600 Series', '../pdfs/ACIWC5600.pdf'],
			//],

			//['Caster Whse, more', null, null,			

				//['5700 Series', '../pdfs/ACIWC5700.pdf'],
				//['6400 Series', '../pdfs/ACIWC6400.pdf'],
				//['6600 Series', '../pdfs/ACIWC6600.pdf'],
				//['6600 Stainless', '../pdfs/ACIWC6600.pdf'],
				//['6800 Series', '../pdfs/ACIWC6800.pdf'],
				//['6900 Series', '../pdfs/ACIWC6900.pdf'],
				//['7000 Series', '../pdfs/ACIWC7000.pdf'],
				//['7600 Series', '../pdfs/ACIWC7600.pdf'],
				//['9000 Series', '../pdfs/ACIWC9000.pdf'],
				//['9100 Series', '../pdfs/ACIWC9100.pdf'],
				//['9200 Series', '../pdfs/ACIWC9200.pdf'],
				//['9400 Series', '../pdfs/ACIWC9400.pdf'],
				//['9500 Series', '../pdfs/ACIWC9500.pdf'],	
			//],
			['Durable/ Superior','../Superior-Caster.htm', null],
			['Hudson Bearings','../Hudson-Bearings.htm', null],
			['Shepherd Caster', '../pdfs/shepherd-catalog-2009-index.pdf', null,			

				//['All Products', '../mfr_shepherd_caster.htm'],
				//['Expanding Stem Casters', '../mfr_shepherd_caster_eas.htm'],
				//['Grip Neck Casters', '../mfr_shepherd_caster_gn.htm'],
				//['Grip Ring Casters', '../mfr_shepherd_caster_gr.htm'],
				//['Hollow Kingpin Casters', '../mfr_shepherd_caster_hk.htm'],
				//['Round Stem Casters', '../mfr_shepherd_caster_rs.htm'],
				//['Top Plate Casters', '../mfr_shepherd_caster_tp.htm'],
				//['Threaded Stem Casters', '../mfr_shepherd_caster_ts.htm'],				
			],
			['Trio Pines','../Trio-Pines.htm', null],
			['Other Manufacturers','../apollomanufacturers.htm', null]
		],
		//['Connectors: coming soon!', null],
		//],
	],

	//['Docs & Info', null, null,

		//['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],

		//['Welcome Page', '../'],

		//['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],

		//['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],

	//],
	['Catalog', '../store'],
	['My Account', null, null,
		['My Account', 'https://www.apollocaster.com/store/index.php?main_page=login'],
		['Shopping Cart', '../store/index.php?main_page=shopping_cart'],
		//['Inner HTML', '../demo3/index.html'],
	],

	['Resources', null, null,
		['Line Card', '../linecard.htm'],
		['ACI Credit App', '../pdfs/apollocastercreditapp.pdf'],
		['Catalogs', '../caster-catalogs.htm'],
		['FAQ', '../casters-frequently-asked-questions-faq.html'],
		['Glossary', '../Caster-Glossary.htm'],		
		//['Search site','../search.htm'],
	],
	['Contact', null, null,
		['Contact Us', '../contact.htm'],	
		['Feedback','../feedback.htm'],
		['About ACI','../About-Apollo-Caster.html'],
		['Map to our Facility','../map.htm'],
		['E-mail Us', 'mailto:sales@apollocaster.com'], //email link
		['Employees Webmail', 'http://webmail.opentransfer.com/horde/imp/login.php'] //link to online email
	],
];




