// setting scale function pageWidth() {return window.innerWidth != null? window.innerWidth: document.body != null? document.body.clientWidth:null;} function pageHeight() {return window.innerHeight != null? window.innerHeight: document.documentElement != null? document.documentElement.clientHeight: document.body.clientHeight;} pagewidth = pageWidth(); pageheight = pageHeight(); if ((pagewidth>1150) && (pageheight>630)) { js_selectedscale=6; selectedscale=6; } // others set_cookie2("js_selectedscale","6"); set_cookie2("js_competemode","1"); js_selectedscale="6"; js_competemode="1"; selectedscale=js_selectedscale; competemode=js_competemode; js_islogin="0"; js_username=""; function set_cookie2(cookieName,cookieValue) { var today = new Date(); var expire = new Date(); expire.setTime(today.getTime() + 3600000*24*14); document.cookie = cookieName+"="+encodeURI(cookieValue) + ";expires="+expire.toGMTString()+";domain=;path=/"; }