var fDesc=new Array(); fDesc[0] = "Software for screening stock data, Stock Prospector helps investors identify companies with specific characteristics. Stock Prospector helps self-directed investors unearth great stocks for study. The software is the easiest and most powerful method available for screening historical fundamental data, with customizable reports and easy-to-use weighted screens based on growth, value, quality, and safety."; 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 = ''; } }