function rozliseni()
{
window.name="okenko"
if (screen.width<=800)
{window.open("hlavni.htm","okenko")}
if (screen.width>800)
{window.open("hlavni2.htm","okenko")}
}