function pollsimple(id,nr){
        los=Math.random();
        skrypt='poll/pollsimple?id=' + id + '&nr=' + nr + '&los=' + los;
        tytul='Głosowanie';
        window.open(skrypt, tytul, 'scrollbars=No,resizable=1,width=220,height=150');
}

