function nuhead(u, f, s)
{
    var img = $('header-img');
    if (img)
    {
        img.style.backgroundImage = 'url('+u+f+')';
        if (accordion.showAccordion != null)
        {
            img.style.backgroundImage = 'url('+u+s+')';
        }
    }
}
