function changeBG(el, img) {
	document.getElementById(el).style.backgroundImage = 'url(/cmsfile/' + img + ')';
}