var fDesc=new Array(); fDesc[0] = "PaxForex MT4 Multi terminal is a good choice for all trading managers that would like to work on multiple accounts simultaneously. The software includes all features of the classic PaxForex Metatrader MT4, such as partial or complete closing positions, receiving broker e-mails, and news update. It is a safe work environment for CFD forex, spot metals, shares, and futures."; 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 = ''; } }