var Height = screen.height;

if (Height <=  870) document.location = "screen.html";

else                   document.location = "katalogi.html";