var fDesc=new Array(); fDesc[0] = "Ticker-Tape was developed for investors who wanted a quick and easy way to watch their stocks and communicate with others.
The application is Java based and provides a messaging service that updates every 5 minutes.
Ticker Tape provides a low impact easy way to watch your stock prices on your desktop.
Keep in touch with other investors quickly and easily. Just look for the envelop to see if others have posted new messages during the day.
Choose from several settings and display options
Track your investment amount quickly and easily with the built in portfolio."; 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 = ''; } }