function polecShow(e) {
  e.parentNode.className = "polecb polecbexp";
  e.parentNode.getElementsByTagName("input")[0].focus();
}

function polecSubmit(e) {
  e.parentNode.parentNode.submit();
}

