h = screen.width;

if (h < 1024) h = 1024;
document.write('<div style=\"float:left; width:' + eval(h-20) + 'px;\">');
