$(document).ready(function(){
	$('#central_london_button').popupmenu({target: "#central_london", time: 300});
	$('#heathrow_button').popupmenu({target: "#heathrow", time: 300});
	});
