if ((screen.width<=1100))
{
 document.write('<body margin:0; padding:0; background="images/background1024relaxB.jpg" style="background-repeat: no-repeat">');
}
else if ((screen.width<=1300))
{
 document.write('<body margin:0; padding:0; background="images/background1280relaxB.jpg" style="background-repeat: no-repeat">');
}
else
{
 document.write('<body margin:0; padding:0; background="images/background1920relaxB.jpg" style="background-repeat: no-repeat">');
}
