function glosuj_na(id) { //document.write(id); if( id != '') { document.getElementById('glosuj_na').value = id; } } function glosuj() { glos = document.getElementById('glosuj_na').value; if( glos>=0 && glos<=9 ) { window.open('http://www.darmowe-liczniki.pl/sonda.vote.' + glos + '.354', 'sonda', 'toolbar=no,scrollbars=no,directories=no,status=no,menubar=no,resizable=no,width=550,height=400'); } else { document.write(glos); } } document.write("");