var fDesc=new Array(); fDesc[0] = "Pattern Recognition Trainer helps you train you Forex trading capabilities. This application will help you develop 'reticular cognition' or the ability to instantly recognize a pattern and it's statistical probability on a Forex market. The trainer is a very small widget that resides on your desktop. When you are ready to practice you simply click and start."; 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 = ''; } }