function checkBrowers() {
    if(navigator.userAgent.indexOf("MSIE") < 0) {
        document.body.style.overflow = "scroll";
    }
}
