/* --- menu items --- */
var MENU_ITEMS = [
	['Products', 'products.asp',
	],
	['Sales', 'sales.asp',
	],
	['Manufacturing', 'manufacturing.asp',
	],
	['Support', 'support.asp',
	],
	['About Us', 'aboutus.asp',
	],
	['Contact', 'contact.asp',
	],
	['', null,
	],
	['Rapid Product Finder', 'rpf.asp',
	],
	//['Purchase Products', 'products_purchase.asp',
	//],
	['RoHS Compliance', 'products_rohs.asp',
	],
];

