function setMainPhoto(name,id,targetid){
	var target = document.getElementById(targetid);
	target.src = '/images/photo'+name+'_'+id+'.png';
}