﻿function onSelectButtonClick(offerId)
{
    document.getElementsByName("booking-avia-offer")[0].value = offerId;
}
