function onBlurElement(el)
    {
    if (el.value.length == 0) el.style.backgroundPosition='left 0';
    else el.style.backgroundPosition='left bottom'
    }
