function send(ctrl,act) {
  ctrl.form.mv_myaction.value=act;
  ctrl.form.submit();
}