function szukaj()
{
	var sz=document.getElementById('szukaj');
	if(sz.value!="")
	{
		location.href='index.php?includ=szukaj&sz='+sz.value;
	}
	else alert("Trzeba podać wyszukiwany tekst!");
}
