/* --- menu items --- */
var MENU_ITEMS = [

	['HOME', 'http://www.santecfaucet.com/index.html'],
	
	['ABOUT US', null,
			['Company', 'http://www.santecfaucet.com/company.html'],
	],
			
	['PRODUCTS', null,
			['Designer Series', 'http://www.santecfaucet.com/designer_products.html'],
			['Estate Series', 'http://www.santecfaucet.com/estate_products.html'],
			['Kitchen Series', 'http://www.santecfaucet.com/kitchenseries.html'],
			['Product Catalog', 'http://www.santecfaucet.com/SantecDes2011.pdf'],
	],
			
	['FINISHES', null,
			['Finish Chart', 'http://www.santecfaucet.com/finishes.html'],
			['Split Finish Gallery', 'http://www.santecfaucet.com/splitgallery.html'],
	],

	['TECH INFO', null,
			['Warranty', 'http://www.santecfaucet.com/warranty2011.pdf'],
			['Installation Instructions', 'http://www.santecfaucet.com/installation.html'],
			['Product Specifications', 'http://www.santecfaucet.com/product_specs.html'],
			['FAQ\'s', 'http://www.santecfaucet.com/faqs.html'],
	],
	
	['DEALER AREA', null,
			['Dealers : Price Book', 'http://www.santecfaucet.com/dealers/pricebook2011.html'],
	],
	
	['PROGRAM', null,
			['Spiff Documents', 'http://www.santecfaucet.com/spiff2012/giftcard_terms-and-conditions.pdf'],
			['Spiff Registration', 'http://www.santecfaucet.com/spiff2012/Santec_Spiff_2012.pdf'],
	],
	
	['CONTACT', null,
			['Contact Us', 'http://www.santecfaucet.com/contact.html'],
			['Careers', 'http://www.santecfaucet.com/careers.html'],
	],
];


