<!--
function dcalculator(form)
{
  form.a.value=(600000/form.freq.value);
  form.b.value=(540000/form.freq.value);
}
//--->