function okno(){
var div=document.getElementById('hide');
div.className=div.className=='show'?div.className='':div.className='show';
}

