var fDesc=new Array(); fDesc[0] = "HomeoQuest is a powerful Homeopathy software for Windows users. The program is very intuitive; You just enter the key symptoms for your patient's case and the leading prescription will instantly be displayed. In fact, all the best results will be listed on the first page out of the thousands of other subsequent results."; 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 = ''; } }