function button(id) { document.getElementById("but").onclick="Vote("+id+")"; }
document.getElementById("but").onclick= function(){Vote(id)}