function Roll(path, id, src) {
	document.getElementById(id).src = path + '/img/' + src;
}
