var fDesc=new Array(); fDesc[0] = "ELWAVE, a Windows based software program by Prognosis Software Development, has been specially designed for investors to apply the "Elliott Wave Principle" successfully. You can tell the software to do it for you automatically, if you have also the Automatic module, or you can do the counting yourself to be in complete control. However, in practice you, even if you are an expert, you will still be eager to use the Automatic Elliott engine as well."; 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 = ''; } }