\n'); } --> function resizeWindow(){ ResizeToInner(1024,768); } function GetInnerSize () { var x,y; if (self.innerHeight) // all except Explorer { x = self.innerWidth; y = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { x = document.documentElement.clientWidth; y = document.documentElement.clientHeight; } else if (document.body) // other Explorers { x = document.body.clientWidth; y = document.body.clientHeight; } return [x,y]; } function ResizeToInner (w, h, x, y) { if (x==undefined) x = window.screenLeft || window.screenX; if (y==undefined) y = window.screenTop || window.screenY; window.moveTo(0,0); window.resizeTo(screen.availWidth,screen.availHeight); var inner = GetInnerSize(); var ox = screen.availWidth-inner[0]; var oy = screen.availHeight-inner[1]; window.resizeTo(w+ox, h+oy); window.moveTo(x,y); } function setTitle(t){ document.title = t; }
![]() |
![]() |
||||||
|
|||||||
Thomson Reuters © |