

function ChangeDepartureCity (id_city) {
	
	 window.location.href = "http://localhost:84/content/index.html?dfid=" + id_city ;

      
      
}
