function czyscInput(AInput){
    AInput.value = '';
    return true;
}