var MENU_ITEMS = [
	['<div align="center">Home</div>', '/page.asp?DocumentID=HomePage', null], 
	['<div align="center">Products</div>', null, null,
		['Surplus Toys', '/page.asp?DocumentID=Stoys', null], 
		['Surplus Furniture', '/page.asp?DocumentID=Sfurniture', null],
		['Surplus Clothing', '/page.asp?DocumentID=Sclothing', null],
		['Used Jeans', '/page.asp?DocumentID=Ujeans', null],
		['New Jeans', '/page.asp?DocumentID=Njeans', null],  
		['Kids Cloths', '/page.asp?DocumentID=Kcloths', null], 
		['Customer Returns', '/page.asp?DocumentID=Creturns', null], 
		['Paper Products', '/page.asp?DocumentID=Pproducts', null], 
		['Hotel Resturant Coffee', '/page.asp?DocumentID=Hcoffee', null], 
		['Dish and Lanudry Soap', '/page.asp?DocumentID=Dsoap', null],   
		['Used Resturant Equipment', '/page.asp?DocumentID=Uequipment', null]
		],
	['<div align="center">Terms</div>', '/page.asp?DocumentID=Terms', null], 
	['<div align="center">Contact Us</div>', '/contactus.asp', null], 
];