<!--
//this MUST go after the Body tag as IE will not read the width until the Body tag has been written.
var winWidth;
if (document.layers || (document.getElementById && !document.all))
   winWidth=window.innerWidth;
else winWidth=document.body.offsetWidth;
//-->