NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;

//FAVORITE
function MakeFavorite()
{
	if (IE4 && !NS4)
	{	window.external.AddFavorite("http://www.psiskolafalco.cz/","PSÍ STRÁNKY FALCO");}
	else
	{	alert('Tato funkce vyžaduje Internet Explorer 5.0 a vyšší...');}
}

