var fDesc=new Array(); fDesc[0] = "Cortex7 will provide users with a state of the art charting program with integrated neural networks capable of generating Buy/Sell signals for any instrument that you wish to analyze.Cortex7 has an integrated RSS news feed ticker. News items are recieved from various RSS sources (configurable by you). The chart engine in Cortex7 is very smooth and enables you to move around in time quickly."; 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 = ''; } }