var fDesc=new Array(); fDesc[0] = "Talking Stocks allows you to listen to your favorite stock quotes, while you are working, surfing the Net or doing anything else. It features StockMan, a friendly animatedcharacter that will update you about the latest prices. Talking Stocks is great for online investors or anyone else interested in the stock market. You don't need to refresh your web browser any more to see how your stocks are doing. Simply tell Talking Stocks which stocks you wish to track, and you'll be notified by voice when the stock reaches the target price."; 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 = ''; } }