function fixScreenSize()
{
    if (screen.height < 768)
    {
        document.body.style.backgroundImage = "url(images/bgbandlores.png)";
        
        document.getElementById('main').style.backgroundImage = "url(images/backgroundlores.jpg)";
    }
}

function fixSizes()
{
    fixScreenSize();
}