var fDesc=new Array(); fDesc[0] = "VedaPulse is a hardware and software kit for performing pulse analysis and creating an individual rehabilitation program based on naturopathy. The program allows a health consultant to perform an express test of functional state of the body, evaluate stress level and help provide individual recommendations for rehabilitation including diet, food supplements, aromatherapy, herbs and correction of lifestyle."; 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 = ''; } }