function light() {
   var objLink = document.getElementById("lp");
   showLightbox(objLink);
}
