function sendOrder(v) {
    if (_ubd.getElementById) e=_ubd.getElementById("utmtrans");
    else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans;
    e.value = v;
    __utmSetTrans();
}