<!-- 
function convert(form){form.dB.value = Math.round(Math.pow(10,(form.dB.value/20)))+" volte"}
function overwrite(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""}
// -->
