/*
Watermark Backgound Image Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit dynamicdrive.com
*/

{if (screen.height == 600 && screen.width == 800)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg800.jpg) white center no-repeat fixed"
}
}

{if (screen.height == 768 && screen.width == 1024)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg1024.jpg) white center no-repeat fixed"
}
}

{if (screen.height == 1024 && screen.width == 1280)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg1280.jpg) white center no-repeat fixed"
}
}

{if (screen.height == 1200 && screen.width == 1600)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg1600.jpg) white center no-repeat fixed"
}
}

{if (screen.height == 768 && screen.width == 1280)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg1280_768.jpg) white center no-repeat fixed"
}
}

{if (screen.height == 800 && screen.width == 1280)
{
if (document.all||document.getElementById)
document.body.style.background="url(http://www.sjrail.com/Images/bg1280_800.jpg) white center no-repeat fixed"
}
}
