function showPhoto(id) {
	var objLink = document.getElementById('photo' + id);
	Lightbox.prototype.start(objLink);
}
