var fDesc=new Array(); fDesc[0] = "Menicon Easy Fit is a software tool which provides an entire set of options used to calculate lenses. It integrates a Keratometer which allows you to enter your numerical data for different parameters, such as : astigmatism, Mean K, Residual astig., Axis and more. Also, you can manage a full package of settings, the most important are: Keratometer, BON Eyetop, CSO Eyetop, Easygraph, Keratron Scout, Pentacam and more."; 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 = ''; } }