﻿function check(a)
    {
    alert ('Pro používámí této funkce musíte být příhlášeni');
    
    a.style.display='none';

}