var fDesc=new Array(); fDesc[0] = "The Expression Extras Lightbox Framework is an Expression Web 4 add-in for creating lightbox widgets. This lightbox is based on the jQuery javascript library and the WAI WCAG 2.0/WAI ARIA ariaLightbox widget. Best of all, it’s free! (Psst...if you want to give a link back to this site that'd be great, but it's not required.)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }