// change background image
function cbi(objID, img){
	document.getElementById(objID).style.backgroundImage = img;
}


