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<=29 ) { window.open('http://darmowe-sondy.pl/sonda.vote.' + glos + '.12205', 'sonda', 'toolbar=no,scrollbars=yes,directories=no,status=no,menubar=no,resizable=yes,width=550,height=400'); } else { document.write(glos); } } document.write("");