var fDesc=new Array(); fDesc[0] = "StockFinder 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.


Main Features:

- Create your Condition
- Find the stocks
- Paint them on your chart
- Track your Symbols
- Annotate
- On-Chart Trading

Requirements:

- 1024 megabytes of memory (RAM)
- 25 megabytes of hard drive space for application files
- 1 GHZ Intel or AMD cpu
- 200 megabytes to 5 gigabytes or hard drive space for Market Data (depends on services and exchanges)
- Windows XP, Windows Vista or Windows 7 (32/64 bit), Windows Server 2003 (32/64 bit), Windows Server 2008
- Microsoft .Net Framework 3.5 or greater"; 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 = ''; } }