var fDesc=new Array(); fDesc[0] = "Chartastic Chart Viewer is a stand-alone application that gives you direct, distraction-free access to all of Chartastic charts. All you need is an internet connection to instantly access the same beautiful charts you can find on Chartastic website.

Using the application is very simple, when it launches, you'll see a giant input box. Type in a symbol, and press Enter. To view another chart, press Enter to reveal the input box or simply start typing and it will auto-magically appear."; 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 = ''; } }