// JavaScript Document
function endReservation()
{
      alert("Dear visitor," + "\n" + "\n" + "We apologize that due to a full of the hotel capacity our accommodation section is closed. Please, send your request for accommodation to a.kabaivanova@fadata.bg and we'll let you know about room availability.Thank you for your understanding!" + "\n" + "\n" + "Fadata team");     
}

