var fDesc=new Array(); fDesc[0] = "StockFinder (Platinum Edition) brings the small investor a new level of capability in real-time stock scanning and charting. It combines a comprehensive real-time data feed with an easy drag-and-drop condition wizard and stunning charting visuals. The gap between you and the professionals didn't just narrow, it closed. For unlimited power, you can write your own indicators and conditions in the RealCode programming language."; 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 = ''; } }