var fDesc=new Array(); fDesc[0] = "Eyemaginations LUMA is an innovative form of patient education and marketing program. LUMA lets you present complex information to patients in an engaging, easy-to-understand manner that creates a favorable experience for both the doctor and the patient. You can take advantage of a complete library of over 200 topics and interactive tools."; 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 = ''; } }