function changediv(pass,target) {
		document.getElementById(target).style.backgroundImage = "url("+ pass+")";
}