function v_tour(hotel){
	var url = "includes/virtual_tour.php?hotel="+hotel;
	window.open(url, "LasVegas", "width=406, height=340, scrollbars=no");
}