top.moveTo (0,0);

width = top.screen.availWidth;
if (width < 1050) width = 1050;

top.resizeTo (width,top.screen.availHeight);
