function change(obj,location) {
	document.getElementById(""+obj+"").src=''+location+'';
	}