function qrac(){var a=0;if(document.body.offsetWidth<1024)a=1;else a=0;if(a==1){document.getElementById("wrapper").style.width="820px";document.getElementById("menu").style.width="810px";}else{document.getElementById("wrapper").style.width="75%";document.getElementById("menu").style.width="auto";}};if(navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion<"7.0"){window.onresize=qrac;window.onload=qrac;}