<!--

var Prohlizec = navigator.appName;
var Verze = navigator.appVersion.substring(17,21);
var Kod = navigator.appCodeName;
var RozliseniWidth = screen.width;
var RozliseniHeight = screen.height;
var Hloubka = screen.colorDepth;

iMyWidth = (screen.width/2) - (350 + 10)
iMyHeight = (screen.height/2) - (145 + 25)

function DetekcePar() {

        if ((Prohlizec!='Microsoft Internet Explorer') || (Verze!='MSIE') || (Kod!='Mozilla') || ((RozliseniWidth<1024) || (RozliseniWidth>1280)) || ((RozliseniHeight<768) || (RozliseniHeight>1024)) || (Hloubka<16)) {

okno=window.open("detekce.htm", "detekce", "height=290,width=700,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");}

}

//-->