var fDesc=new Array(); fDesc[0] = "IndicesBuilder allows you to design custom indices using your MetaStock files. The index reflects the average open, high, low, close and volume and allows you to view a chart of it and run tests on it in MetaStock.

So it is very easy for you to partition the stock market into sub groups and track each group movement via the analysis of each group?s custom made index. There is no limit on the number of stocks that can be added to the index. Furthermore, you can also add stocks to the index that are located in different directories."; 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 = ''; } }