Index: HTML/EN/html/common.js =================================================================== --- HTML/EN/html/common.js (revision 8032) +++ HTML/EN/html/common.js (working copy) @@ -125,11 +125,11 @@ // special case for IE (argh) if (document.all) //if IE 4+ { - width = document.body.clientWidth*0.95; + width = document.body.clientWidth*0.5; } else if (document.getElementById) //else if NS6+ { - width = window.innerWidth*0.95; + width = window.innerWidth*0.5; } }