var trg = parent.window.frames['loader'] var tooLowRes = 0; function kollastorlek() { if(navigator.appName=='Netscape') { if (window.innerWidth<1033) tooLowRes = 1; if (window.innerHeight<680) tooLowRes = 1; } else { if (document.body.clientWidth<1033) tooLowRes = 1; if (document.body.clientHeight<680) tooLowRes = 1; } if (tooLowRes==1) { YY_showHideLayers('storleksvarning','samma'); } }