<!-- JS1.2 Th. Amiel - www.linguophile.com
sw=window.screen.width;sh=window.screen.height;w=935;if(w>sw){w=sw}
if(self.innerWidth){ww=self.innerWidth}else if(document.documentElement.clientWidth){ww=document.documentElement.clientWidth}else if(document.body){ww=document.body.clientWidth}else{ww=640}
if(ww<w){ww=w}
dx=(sw-ww)/2;window.resizeTo(ww,sh);window.moveTo(dx,0)
//-->
