function change_image (image) {
	window.document.getElementById('sidebar_main').src = image;
}