ado2kcode='

E nella pianificazione per il prossimo anno?
si, diminuita
si, aumentata
no, è rimasta invariata

'; document.write(ado2kcode); function ado2k_openwindow(winname, winwidth, winheight){ var winl = (screen.width - winwidth) / 2; var wint = (screen.height - winheight) / 2; if (1 == 1){ winado2kpoll = window.open(winname,'winado2kpoll','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + winwidth + ',height=' + winheight + ',top='+wint+',left='+winl); if (parseInt(navigator.appVersion) >= 4) { winado2kpoll.focus(); } } } function ado2k_submitpoll(form, winwidth, winheight){ var winl = (screen.width - winwidth) / 2; var wint = (screen.height - winheight) / 2; if (1 == 1){ winado2kpoll = window.open('','winado2kpoll','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=' + winwidth + ',height=' + winheight + ',top='+wint+',left='+winl); eval('document.' + form + '.submit()'); if (parseInt(navigator.appVersion) >= 4) { winado2kpoll.focus(); } } }