h = screen.width;
if (h < 1024) h = 1024;

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