function loader() {
    if (typeof document.body.style.maxHeight == "undefined" || window.XmlHttpRequest == "undefined") {
        location.href="browser_error.html"
    }
}