var fDesc=new Array(); fDesc[0] = "JS Global Capital Limited-Trade Cast is a program that enables you to create your own trading, banking, charting and social profile. It provides real time market Information including market summary, indices, and top stock quotes. You can also take orders in both online/offline environment, cancel and edit pending orders."; 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 = ''; } }