var fDesc=new Array(); fDesc[0] = "Auriculo PC desktop software helps you master this powerful therapy–without paging through dozens of books or consulting confusing charts. Based on principles from ancient Chinese medicine, auriculotherapy focuses on correcting underlying energy imbalances to get rapid results. If you know what you’re doing, you can often get faster results with auriculotherapy than from any other treatment!"; 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 = ''; } }