$(function(){
	// MENUS
		$('#flat').menu({ 
			content: $('#flat').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat02').menu({ 
			content: $('#flat02').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat03').menu({ 
			content: $('#flat03').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat04').menu({ 
			content: $('#flat04').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat05').menu({ 
			content: $('#flat05').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat06').menu({ 
			content: $('#flat06').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat07').menu({ 
			content: $('#flat07').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat08').menu({ 
			content: $('#flat08').next().html(), // grab content from this page
			showSpeed: 400 
		});
		$('#flat09').menu({ 
			content: $('#flat09').next().html(), // grab content from this page
			showSpeed: 400 
		});
});
