function rozwin(el){
 document.getElementById(el).style.display='block';
}
