var d = document; oyy_context_id = '2889'; var winIE = (navigator.userAgent.indexOf("Opera")==-1 && (d.getElementById && d.documentElement.behaviorUrns)) ? true : false; function bodySize(){ if(winIE && d.documentElement.clientWidth) { sObj = d.getElementById("minWidth").style; sObj.width = (d.documentElement.clientWidth<=994) ? "994px" : "100%"; } } function init(){ if(winIE) { bodySize(); } } onload = init; if(winIE) { onresize = bodySize; }