<!-- 
function convert(form){form.dB.value = Math.round(10*(Math.log(form.amp2.value/form.amp1.value))/2,30258509299405)+" dB"}
function overwrite(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""}
// -->