function hide(){ var s=document.documentElement.style; s.cssText=s.cssText?'':'overflow:hidden;width:100%;height:100%'; }