width = screen.width;
height = screen.height;
if(width==640)
{document.write('<div id="wrapper" style="width: 950px; height: 590px; position: absolute; left: 1px; top:10px;  font-size:12px;">');
}
else
{
if(width==800)
{document.write('<div id="wrapper" style="width: 950px; height: 580px; position: absolute; left: 1px; top:10px;  font-size:12px;">');
}
else
{if(width==1024)
{document.write('<div id="wrapper" style="width: 950px; height: 590px; position: absolute; left: 50%;  top:10px;  font-size:12px;  margin-left:-475px;">');
}
else
{if(width==1152)
{document.write('<div id="wrapper" style="width: 950px; height: 590px; position: absolute; left: 50%; top:10px;  font-size:12px;  margin-left:-475px;">');
}
else
{if(width>=1280)
{document.write('<div id="wrapper" style="width: 950px; height: 690px; position: absolute; left: 50%; top:10px;  font-size:12px;  margin-left:-475px;">');
}

else
{document.write('<div id="wrapper" style="width: 950px; height: 590px; position: absolute; left: 50%;  top:10px;  font-size:12px;  margin-left:-475px;">');
}

}}}}