<!--
function ycalculator(form)
{
  form.a.value=(810000/form.freq.value);
  form.b.value=(795000/form.freq.value);
}
//--->