function schowaj()
	{
	document.getElementById("popup").style.display='none';
	
	}
function pogrubione()
	{
	document.getElementById("grube").style.fontWeight='bold';
	
	}
function niepogrubione()
	{
	document.getElementById("grube").style.fontWeight='normal';
	}
