// menu_items.js file
var MENU_ITEMS =[
["<center>Home</center>", "index.html"],
["<center>Auctions</center>", null,
	["Upcoming Auctions", "auctions.html"],
	["Previous Auctions", "previous.html"],
],
["<center>Current Inventory</center>", null,
  ["Construction", null,
	   ["Equipment", "javascript:onclick(window.open('http://www.machinerytrader.com/listings/forsale/list.asp?pcid=2937425&etid=1&dlr=1'));"],
	   ["Attachments", "javascript:onclick(window.open('http://www.machinerytrader.com/listings/attachments/list.asp?pcid=2937425&etid=10&dlr=1'));"],
	],
	["Farm Equipment", "javascript:onclick(window.open('http://www.tractorhouse.com/listings/forsale/list.asp?pcid=2932766&etid=1&dlr=1'));"],
	["Highway Trucks", "javascript:onclick(window.open('http://www.truckpaper.com/listings/forsale/list.asp?pcid=2000790548&etid=1&dlr=1&bcatid=27'));"],
	["Trailers", "javascript:onclick(window.open('http://www.truckpaper.com/listings/forsale/list.asp?pcid=2000790548&etid=1&dlr=1&bcatid=28'));"],
],
["<center>Photo Gallery</center>","photos.html"],
["<center>Contact Us</center>", "contact.html"]
];
