function  show_photo(pic_name) {
	//document.getElementById('big_photo').src = pic_name
	document.getElementById('big_photo').style.backgroundImage = 'url('+pic_name+')';
}
