/*skok do pola input*/

function activate_input(AElementID){

    var el = document.getElementById(AElementID);
    el.focus();
}