<!--
function changePicture(id, image) {
	document.getElementById(id).src = image;
}
//-->
