function change_bg(id, image) {
	document.getElementById(id).style.backgroundImage = 'url(http://www.4brainz.hu/'+image+')';
}