var fDesc=new Array(); fDesc[0] = "The Research Wizard is a powerful, yet easy to use, custom stock screening program. It's ideal for identifying new buying opportunities, monitoring and ranking the stocks in your portfolio and backtesting them for performance. Research Wizard combines the best of two worlds: software that resides on your computer and data (both current and historical) accessed by the internet via Zacks servers, saving you time and disk space."; 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 = ''; } }