/**
* @desc set background image in case flash is not loaded
*/                                             
function setBackgroundImage() {      
    document.body.style.background = '#E1E1E1 url('+ rooturl + afbeelding +') no-repeat';
    document.body.style.backgroundAttachment = 'fixed';    
}