function chooseVersion(){var a;if(typeof window.innerWidth!='undefined'){a=window.innerWidth}else if(typeof document.documentElement!='undefined'&&typeof document.documentElement.clientWidth!='undefined'&&document.documentElement.clientWidth!==0){a=document.documentElement.clientWidth}else{a=document.getElementsByTagName('body')[0].clientWidth}if(a<=1240){window.location="lowres/index.html"}else{window.location="highres/index.html"}}