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