var fDesc=new Array(); fDesc[0] = "Stock Sector Monitor is a desktop personal financial application that allows you instantly monitor over 200 stock market industry sector groups and over 7000 public companies online. With Stock Sector Monitor you can easily watch and track daily top gaining and losing stocks in each stock industry sector, see quotes, percentage change, volume and other quotes information, print reports, access news, charts, company financial data on the web and create and maintain your own stock portfolios."; 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 = ''; } }