function showMain(id) {
	document.getElementById('mainPhoto').src = '/uploads/photo/'+id+'.jpg';
	
}
