var imaurl='bg1.jpg';
var sw = screen.width;
if (sw>1300) { imaurl='bg2.jpg'; }
if (sw<1030) { imaurl='bg.jpg'; }
document.write('<style type="text/css"><!--');
document.write("body { background-image: url('image/"+imaurl+"'); }");
document.write("--></style>");