// menu_items.js file

var MENU2_ITEMS =[
	["HOME", "../index.html"],
//	["MOTORHOMES", null,
//		["FLEETWOOD", null,/
//			["BOUNDER", "../bounder/bounder.html"],
//			["Discovery", "../discovery/discovery.html"],
//			["Expedition", "../expedition/expedition.html"]
//		],
//		["GeorgieBoy", null,
//			["Landau", "../landau/landau.html"],
//			["Pursuit", "../pursuit/pursuit.html"]
//		],
//		["R-Vision", null,
//			["Class A", "../tl_class_a/tl_class_a.html"],
//			["Class C", "../tl_class_c/tl_class_c.html"],
//			["B Plus", "../tl_b_plus/tl_b_plus.html"]
//		]
//	],
//	["FIFTH WHEELS", null,
//		["DoubleTree", "../doubletree/5doubletree.html"],
//		["SunnyBrook", "../sunnybrook/5sunnybrook.html"],
//		["Carriage", "../carriage/5carriage.html"],
//		["Keystone", "../keystone/5challenger.html"],
//		["CrossRoads", "../cruiser/5cruiser.html"],
//		["R-Vision", "../rv_trailbay/5trailbay.html"]
//	],
//	["TRAVEL TRAILERS", null,
//		["SunnyBrook", "../tvl_sunnybrook/tvl_sunnybrook.html"],
//		["CrossRoads", "../tvl_cruiser/tvl_cruiser.html"],
//		["Hi-Lo", "../hilo/hilo.html"],
//		["R-Vision", "../tvl_r_vision/tvl_trailbay.html"]
//	],
	["LOCATE US", "../locate.html"],
	["CONTACT US", "../contact.html"],
	["ACCESSORIES", "http://www.rvlifestyles.net/order.aspx"]
];
