function setBackground(bg)
{
    document.getElementById("background").src=bg;
}
