// JavaScript Document


function hideAdvert (warstwa) {
   document.all[warstwa].style.display="none";
}


