var fDesc=new Array(); fDesc[0] = "Babaji MT4 System is an online stocks and commodity trading program. It comes with various indicators to make proper decision on your purchases and sales. Best Time Frame Indicator indicates the best time frame you have to set for intra-day trading. Room up/Room Down Indicator can predict the future movement of the price."; 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 = ''; } }