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