<!--- Redirection en fonction de la resolution
var wid=screen.width;
if (wid==640) {self.location.href="640page.htm";}
if (wid==800) {self.location.href="800page.htm";}
if (wid==1024) {self.location.href="1024page.htm";}
if (wid==1152) {self.location.href="1152page.htm";}
if (wid==1280) {self.location.href="1280page.htm";}
if (wid>1280) {self.location.href="highpage.htm";}
//  --->
