function replaceImage(element, file) { 
		document.getElementById(element).style.backgroundImage = "url('files/"+file+"')";
}