var fDesc=new Array(); fDesc[0] = "CapMarkets Pro Corporate is the application with the added advantage that the application can be run on multiple computers with the help of single Feed Manager. It enables more than one person to access the market data, involve in the process of speculation and coordinate in the study of market trend in a corporate atmosphere.

It can be installed easily and has same characteristics as of CapMarkets Pro. The streaming quotes can be viewed live from the market in one window; latest news on the financial market and world affairs in other window; various charts showing market trend in the third window along with the browser window. Opened windows can be customized to display only those necessary and save the settings in order to view the same set up while using the application next time."; 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 = ''; } }