<!--
function fcalculator(form)
{
  form.a.value=(480000/form.freq.value);
  form.b.value=(405000/form.freq.value);
}
//--->