if (document.documentElement && (typeof document.documentElement.style.maxHeight)!="undefined") {
                // IE 11 detection, see: http://msdn.microsoft.com/en-us/library/ie/bg182625(v=vs.85).aspx
                try {
                    if (document.__proto__ != undefined) { ua_version = "11.0"; }
                } catch (e) {}