function SelectAll(id){    document.getElementById(id).focus();    document.getElementById(id).select();}function Chmurka(T,t){ T.alt='' T.parentNode.lastChild.style.display=t?'block':'none'}
