function changebackground() { var objBody = document.getElementById('bodyBg'); objBody.style.backgroundImage = 'url(http://www.kohinoorpassion.com/templates/template1/images/bg_tile.jpg)'; } function showFlash() { obj = document.getElementById('flashdiv'); obj.style.width = "800px"; obj.style.top = "20px"; obj.style.left = "20px"; obj.style.visibility = "visible"; obj.style.display = "block"; } function hideSS() { obj = document.getElementById('flashdiv'); obj.style.visibility = "hidden"; obj.style.display = "none"; }