// Compacted by ScriptingMagic.com
var rotateheight1=screen.height-500;rotatewidth=1600;rotateheight=1200;rotateheight2=Math.ceil(rotateheight1/100);if(rotateheight2<4){rotateheight2=4}rotateheight2++;rotatewidth=rotateheight2*100;rotateheight=3/4*rotatewidth;while(rotatewidth>=screen.width-650){rotatewidth-=100;rotateheight=3/4*rotatewidth}document.getElementById("imagebox").style.width=rotatewidth+"px";document.getElementById("imagebox").style.height=rotateheight+"px";document.getElementById("centertable").style.width=rotatewidth+"px";document.getElementById("centertable").style.height=rotateheight+"px"