function styl(){
	document.getElementById("body").style.minHeight = screen.height+"px" ;
}
function warning(){
	alert("Omlouváme se. Tyto stránky momentálně připravujeme");
}
styl();