function wylaczWarstwe(){
	obj=document.getElementById('komunikat');
	obj.style.display='none';
	setCookie('komunikat',1);
}