// JavaScript Document
function changeDivImage(image)
    {
        var imgPath = new String();
		document.getElementById("here").style.backgroundImage = 'url(/web/Templates/excel-home_files/'+image+')';
    }

