var fDesc=new Array(); fDesc[0] = "Gedamo Avalon Fx Platform is among the Most Powerful, Simplest to Use Online Forex Trading Platforms Available. At your fingertips you will have full control over our Advanced Market Analysis Instruments, Charting Tools, and Trading System Controls. Our technological expertise has enabled us to produce one of the most stable, reliable and fast online currency-trading platforms available. The Gedamo Avalon Fx Platform system features are designed to maximize the trader´s online Forex trading experience and give the trader more control and flexibility so you can focus more on trading and less on stress management."; 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 = ''; } }