function tar(obj, to) {
	obj.target = to;
}

function img_c(obj, pic) {
	document.getElementById(obj).style.backgroundImage = 'url(' + pic + ')';
}