function checkSystem(){if(document.getElementById("innerWidth"))if(screen.width)document.getElementById("innerWidth").value=screen.width;if(document.getElementById("innerHeight"))if(screen.height)document.getElementById("innerHeight").value=screen.height;if(document.getElementById("flashVer"))if(navigator.plugins["Shockwave Flash"])document.getElementById("flashVer").value=navigator.plugins["Shockwave Flash"].description;else{var a=null;try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(b){}if(a)document.getElementById("flashVer").value=
a.GetVariable("$version")}if(document.getElementById("userAgent"))document.getElementById("userAgent").value=navigator.userAgent};

