if (typeof(RadBrowserUtils)=="\x75ndefined"){var RadBrowserUtils= {Version: "1\x2e0.0",IsInitialized: false ,IsOsWindows: false ,IsOsLinux: false ,IsOsUnix: false ,IsOsMac: false ,IsUnknownOS: false ,IsNetscape4: false ,IsNetscape6: false ,IsNetscape6Plus: false ,IsNetscape7: false ,IsNetscape8: false ,IsMozilla: false ,IsFirefox: false ,IsSafari: false ,IsIE: false ,IsIEMac: false ,IsIE5Mac: false ,IsIE4Mac: false ,IsIE5Win: false ,IsIE55Win: false ,IsIE6Win: false ,IsIE4Win: false ,IsOpera: false ,IsOpera4: false ,IsOpera5: false ,IsOpera6: false ,IsOpera7: false ,IsOpera8: false ,IsKonqueror: false ,IsOmniWeb: false ,IsCamino: false ,IsUnknownBrowser: false ,UpLevelDom: false ,AllCollection: false ,Layers: false ,Focus: false ,StandardMode: false ,HasImagesArray: false ,HasAnchorsArray: false ,DocumentClear: false ,AppendChild: false ,InnerWidth: false ,HasComputedStyle: false ,HasCurrentStyle: false ,HasFilters: false ,HasStatus: false ,Name: "",Codename: "",BrowserVersion: "",Platform: "",JavaEnabled: false ,ScreenWidth: 0,ScreenHeight: 0,AgentString: "",O:function (){if (window.navigator){ this.AgentString=navigator.userAgent.toLowerCase(); this.Name=navigator.appName; this.Codename=navigator.appCodeName; this.BrowserVersion=navigator.appVersion.substring(0,4); this.Platform=navigator.platform; this.JavaEnabled=navigator.javaEnabled(); this.ScreenWidth=screen.width; this.ScreenHeight=screen.height; } this.o(); this.Y(); this.I(); this.IsInitialized= true; } ,A:function (){ this.IsIE=this.IsIE6Win=this.IsIE55Win=this.IsIE5Win=this.IsIE4Win=this.IsIEMac=this.IsIE5Mac=this.IsIE4Mac= false; } ,U:function (){ this.IsOpera4=this.IsOpera5=this.IsOpera6=this.IsOpera7= false; } ,Z:function (){ this.IsFirefox=this.IsMozilla=this.IsNetscape7=this.IsNetscape6Plus=this.IsNetscape6=this.IsNetscape4= false; } ,o:function (){if ((this.AgentString.indexOf("win")!=-1)){ this.IsOsWindows= true; }else if ((this.AgentString.indexOf("\x6d\x61c")!=-1) || (navigator.appVersion.indexOf("\x6dac")!=-1)){ this.IsOsMac= true; }else if ((this.AgentString.indexOf("\x6cinux")!=-1)){ this.IsOsLinux= true; }else if ((this.AgentString.indexOf("\x7811")!=-1)){ this.IsOsUnix= true; }else { this.IsUnknownBrowser= true; }} ,Y:function (){if ((document.getElementById && document.createElement)){ this.UpLevelDom= true; }if (document.all){ this.AllCollection= true; }if (document.layers){ this.Layers= true; }if (window.focus){ this.Focus= true; }if (document.compatMode && document.compatMode=="CSS1Compat"){ this.StandardMode= true; }if (document.images){ this.HasImagesArray= true; }if (document.anchors){ this.HasAnchorsArray= true; }if (document.clear){ this.DocumentClear= true; }if (document.appendChild){ this.AppendChild= true; }if (window.innerWidth){ this.InnerWidth= true; }if (window.getComputedStyle){ this.HasComputedStyle= true; }if (document.documentElement && document.documentElement.currentStyle){ this.HasCurrentStyle= true; }else if (document.body && document.body.currentStyle){ this.HasCurrentStyle= true; }if (document.body && document.body.filters){ this.HasFilters= true; }if (typeof(window.status)!="\x75ndefined"){ this.HasStatus= true; }} ,I:function (){if (this.AllCollection || (navigator.appName=="Micr\x6f\x73oft \x49ntern\x65\x74\x20\x45xp\x6c\x6frer")){ this.IsIE= true; if (this.IsOsWindows){if (this.UpLevelDom){if ((navigator.appVersion.indexOf("MS\x49E 6")>0) || (document.getElementById && document.compatMode)){ this.IsIE6Win= true; }else if ((navigator.appVersion.indexOf("\115\x53IE 5.5")>0) && document.getElementById && !document.compatMode){ this.IsIE55Win= true; this.IsIE6Win= true; }else if (document.getElementById && !document.compatMode && typeof(window.opera)=="undefined"){ this.IsIE5Win= true; }}else { this.IsIE4Win= true; }}else if (this.IsOsMac){ this.IsIEMac= true; if (this.UpLevelDom){ this.IsIE5Mac= true; }else { this.IsIE4Mac= true; }}}if (this.AgentString.indexOf("\x6fpera")!=-1 && typeof(window.opera)=="und\x65\x66ined"){ this.IsOpera4= true; this.IsOpera= true; this.A(); }else if (typeof(window.opera)!="undefi\x6e\x65d" && !typeof(window.print)=="\x75\x6edefine\x64"){ this.IsOpera5= true; this.IsOpera= true; this.A(); }else if (typeof(window.opera)!="\x75ndefined" && typeof(window.print)!="\x75\x6edefined" && typeof(document.childNodes)=="\x75\x6edefin\x65\x64"){ this.IsOpera6= true; this.IsOpera= true; this.A(); }else if (typeof(window.opera)!="undefined" && typeof(document.childNodes)!="\x75\x6edefine\x64"){ this.IsOpera7= true; this.IsOpera= true; this.A(); }if (this.IsOpera7 && (this.AgentString.indexOf("\x38.")!=-1)){ this.A(); this.U(); this.IsOpera8= true; this.IsOpera= true; }if (this.AgentString.indexOf("fire\x66\x6fx/")!=-1){ this.A(); this.U(); this.IsMozilla= true; this.IsFirefox= true; }else if (navigator.product=="Gecko" && window.z){ this.A(); this.U(); this.IsMozilla= true; }if (navigator.vendor && navigator.vendor.indexOf("Netscape")!=-1 && navigator.product=="G\x65\x63ko" && window.z){ this.A(); this.U(); this.IsNetscape6Plus= true; this.IsMozilla= true; }if (navigator.product=="\x47ecko" && !window.z){ this.A(); this.U(); this.IsNetscape6= true; }if ((navigator.vendor && navigator.vendor.indexOf("N\x65tscape")!=-1 && navigator.product=="\107\x65\x63ko" && window.z) || (this.AgentString.indexOf("\x6eetscap\x65\x2f7")!=-1 || this.AgentString.indexOf("net\x73\x63ape7")!=-1)){ this.A(); this.U(); this.Z(); this.IsMozilla= true; this.IsNetscape7= true; }if ((navigator.vendor && navigator.vendor.indexOf("\x4eetscap\x65")!=-1 && navigator.product=="\x47ecko" && window.z) || (this.AgentString.indexOf("\x6e\x65tscape\x2f\x38")!=-1 || this.AgentString.indexOf("\x6eetsca\x70\x658")!=-1)){ this.A(); this.U(); this.Z(); this.IsMozilla= true; this.IsNetscape8= true; }if (navigator.vendor && navigator.vendor=="\x43\x61mino"){ this.A(); this.U(); this.IsCamino= true; this.IsMozilla= true; }if (((navigator.vendor && navigator.vendor=="KDE") || (document.childNodes) && (!document.all) && (!navigator.taintEnabled))){ this.A(); this.U(); this.IsKonqueror= true; }if ((document.childNodes) && (!document.all) && (!navigator.taintEnabled) && (navigator.X)){ this.A(); this.U(); this.IsOmniWeb= true; }else if (document.layers && navigator.mimeTypes["*"]){ this.A(); this.U(); this.IsNetscape4= true; }if ((document.childNodes) && (!document.all) && (!navigator.taintEnabled) && (!navigator.X)){ this.A(); this.U(); this.IsSafari= true; }else {IsUnknownBrowser= true; }} ,W:function (){var w="IsNe\x74\x73\x63ap\x65\x34 "+this.IsNetscape4+"\012"; w+="IsNe\x74\x73cape6\x20"+this.IsNetscape6+"\x0a"; w+="\x49\x73Netsca\x70\x656Pl\x75\x73 "+this.IsNetscape6Plus+"\012"; w+="\x49sNetscap\x65\x37 "+this.IsNetscape7+"\x0a"; w+="IsNe\x74\x73cape8 "+this.IsNetscape8+"\x0a"; w+="IsMozil\x6c\x61 "+this.IsMozilla+"\x0a"; w+="Is\x46\x69refox "+this.IsFirefox+"\012"; w+="\x49\x73Safari\x20"+this.IsSafari+"\x0a"; w+="\x49sIE "+this.IsIE+"\x0a"; w+="\x49sIEMac "+this.IsIEMac+"\x0a"; w+="Is\x49\x455Mac "+this.IsIE5Mac+"\012"; w+="IsIE4Mac "+this.IsIE4Mac+"\x0a"; w+="\x49sIE5Win "+this.IsIE5Win+"\x0a"; w+="\x49sIE55Win "+this.IsIE55Win+"\012"; w+="I\x73\x49E6Win "+this.IsIE6Win+"\012"; w+="IsIE4W\x69\x6e "+this.IsIE4Win+"\012"; w+="IsOpera "+this.IsOpera+"\x0a"; w+="\x49sOpera4 "+this.IsOpera4+"\x0a"; w+="IsOper\x61\x35 "+this.IsOpera5+"\x0a"; w+="IsOpe\x72\x616 "+this.IsOpera6+"\x0a"; w+="I\x73\x4fpera7 "+this.IsOpera7+"\x0a"; w+="\x49sOpera\x38\x20"+this.IsOpera8+"\x0a"; w+="IsKonqueror "+this.IsKonqueror+"\012"; w+="IsOmniWeb\x20"+this.IsOmniWeb+"\012"; w+="\x49sCamino "+this.IsCamino+"\012"; w+="\x49\x73Unknow\x6e\102r\x6f\x77se\x72\x20"+this.IsUnknownBrowser+"\x0a"; alert(w); } ,V:function (){var v="IsOsWindo\x77\x73 "+this.IsOsWindows+"\012"; v+="IsOsLi\x6e\x75x "+this.IsOsLinux+"\012"; v+="I\x73\x4fsUnix "+this.IsOsUnix+"\x0a"; v+="IsOsM\x61\x63 "+this.IsOsMac+"\x0a"; v+="\x49\x73Unknown\x4f\x53 "+this.IsUnknownOS+"\x0a"; alert(v); } ,T:function (){var t="UpLevel\x44\x6fm "+this.UpLevelDom+"\x0a"; t+="AllCo\x6c\x6cectio\x6e\x20"+this.AllCollection+"\012"; t+="L\x61\x79ers "+this.Layers+"\x0a"; t+="F\x6f\x63us "+this.Focus+"\x0a"; t+="St\x61\x6edardMod\x65\x20"+this.StandardMode+"\012"; t+="\110as\x49\x6dagesAr\x72\x61y "+this.HasImagesArray+"\x0a"; t+="HasAnch\x6f\x72sArra\x79\x20"+this.HasAnchorsArray+"\x0a"; t+="\x44\x6fcumentCl\x65\x61r "+this.DocumentClear+"\012"; t+="\x41ppendC\x68\x69ld "+this.AppendChild+"\012"; t+="InnerWidth "+this.InnerWidth+"\012"; t+="\x48asComput\x65\x64Styl\x65\x20"+this.HasComputedStyle+"\x0a"; t+="\x48asCurrentSt\x79\x6ce "+this.HasCurrentStyle+"\x0a"; t+="H\x61\x73Filters\x20"+this.HasFilters+"\012"; t+="HasStatu\x73\x20"+this.HasStatus+"\x0a"; alert(t); }};RadBrowserUtils.O(); }
