function subscriptionAdded(id)
{
    document.getElementById('txCantitate'+id).value = "1";
}
