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