	function openLightbox(id) {
		var objLink = document.getElementById(id);
		Lightbox.prototype.start(objLink);
	}