function imagechange(element, url)
{
    document.getElementById(element).style.backgroundImage = url;
}

