function Buy(id, url){
    var kol;
    kol = document.getElementById('kolvo_'+id).value;
    $("#respons").load(url+"?id="+id+"&kol="+kol);
}
