function SetBGimg() { document.body.style.backgroundImage = "url('https://dev.simcom.net/images/simcom_splash.jpg')"; document.body.style.backgroundRepeat = "no-repeat"; document.body.style.backgroundSize = "cover"; }