var fDesc=new Array(); fDesc[0] = "Create your own price averages, indexes, rankings and counts for entire lists of stocks. When it comes to market timing, nothing works better than measuring entire groups of stocks for standout leaders and laggards. You can calculate any indicator or count any condition against any watchlist to create plots and rankings."; 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 = ''; } }