function formatta(sel,pr){
valore=sel.options[sel.selectedIndex].value;
testo=document.my_form.testo;
testo.style[pr]=valore;
}
formatta(select,propietà)
function formatta(sel,pr){
valore=sel.options[sel.selectedIndex].value;
testo=document.my_form.testo;
testo.style[pr]=valore;
}
formatta(select,propietà)