Я не могу понять, что проверяет это условие
if(navigator.userAgent.indexOf('Opera') != -1 && document.getElementById) {
scrX= innerWidth;
scrY= innerHeight;
document.onmousemove= function() {
if(scrX < innerWidth-10 || scrY<innerHeight-10 || scrX>innerWidth+10 || scrY>innerHeight+10){
scrX = innerWidth;
scrY = innerHeight;
initFoldout();
}
};
}
Подскажите плиз.
Заранее благодарен!