var fDesc=new Array(); fDesc[0] = "MARLIVE provides a Windows application you can use to manage your MARLIVE account easily and perform nearly all actions you can from the web interface. MARLIVE can trade on the Forex market 24/24, because Forex market operates in multiple time zones, so it can be accessed at almost any time. MARLIVE monitors Forex rates 24/24 and trades on the Forex market automatically using an API in accordance with the trading strategies of the many experienced traders included in it."; 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 = ''; } }