function compute() {
  var ajx_options = {
    method: "POST",
    parameters: Form.serialize("calc_it"),
    asynchronous: true
  };
  var send_request = new Ajax.Updater('calcresult','/products/calculator_result.php', ajx_options);
}

