if ((screen.width <= 800) && (screen.height <= 600))

document.write("<table width=\"550\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");


else if ((screen.width >= 1024) && (screen.height >= 768))

document.write("<table width=\"800\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");