<!--
function ccalculator(form)
{
  form.a.value=(729000/form.freq.value);
  form.b.value=(690000/form.freq.value);
}
//--->