if (screen.width == 640)
   document.write('<table width="640" border="0" align="center" cellpading="0" cellspacing="0">');
else if (screen.width == 800)
   document.write('<table width="750" border="0" align="center" cellpading="0" cellspacing="0">');
else if (screen.width == 1024)
   document.write('<table width="950" border="0" align="center" cellpading="0" cellspacing="0">');
else if (screen.width == 1152)
   document.write('<table width="950" border="0" align="center" cellpading="0" cellspacing="0">');
else if (screen.width == 1280)
   document.write('<table width="950" border="0" align="center" cellpading="0" cellspacing="0">');
else if (screen.width == 1600)
   document.write('<table width="950" border="0" align="center" cellpading="0" cellspacing="0">');
else
   document.write('<table width="950" border="0" align="center" cellpading="0" cellspacing="0">');
   
document.write('<tr><td>');   