function seeTheOrder(){
	window.location.href = './order_list.html';
}

function bookAgain(){
	window.location.href = './travel_book.html';
}