var fDesc=new Array(); fDesc[0] = "Medical Tests Analyzer Software will explain and clarify your lab blood test report. SmrtX Medical Tests Analyzer is an application for managing the patient's medical lab results history. Medical lab tests are tools useful in estimating the health condition of an individual. This tool provides a short overview and some tips of the user lab tests."; 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 = ''; } }