/*

  --- 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,
		['Ball Transfers', '../ball-transfers.htm', null,],
		['Casters', null, null,

			['Chair Casters', '../chair-casters.htm', null,],		
			['Furniture Casters', '../furniture casters.htm', null,],
			['Light Duty Casters', '../light duty casters.htm', null,],			
			['Industrial Casters', '../industrial casters.htm', null,
			//['Heavy Duty Casters', '../medium duty casters.htm', null],					
				//['Internet Explorer 5+'],
				//['Netscape 6.0+'],
				//['Mozilla 0.9+'],
				//['AOL 5+'],
				//['Safari 1.0+']
			],
			['Heavy Duty Casters', '../heavy duty casters.htm', null,
				//['Netscape 6.0+'],
				//['Mozilla 0.9+']
			],
		],
		['Caster Wheels', '../caster-wheels.htm', null,],
		['European Casters', '../european-casters.htm', null,],
		['Conveyors', '../conveyors.htm', null,],
		['Caster Query', '../casterquery.php', null,],
		['Manufacturers', null, 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'],	
			],

			['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'],				
			],
			['Mfr Listing','../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'],

	//],

	['E-Store', null, null,

		['The Caster Cart E-store', '../store'],
		['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', '../catalogs.htm'],
		['Glossary', '../Caster-Glossary.htm'],		
		//['Search site','../search.htm'],
	],
	['Contact', null, null,
		['Request Info', '../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
	],
];



