function lytebox_show(obj) {
   var objLink = document.createElement('a');
   objLink.setAttribute('href',obj.url);
   objLink.setAttribute('rel',obj.rel);
   objLink.setAttribute('title',obj.name+"title");
   objLink.setAttribute('alt',obj.name+"alt");
   myLytebox.start(objLink, false, false);
}