var fDesc=new Array(); fDesc[0] = "Fast Future Trading is an online trading service provider supplying a unique and individualized service to Forex traders worldwide. It provides a unique online trading experience based on the intelligent online Forex trading package, the Fast Future Trading Station, including the best online trading system.

It preserves the entire customer's account information both personal and financial. The target is to achieve the principal goal, which is gaining the customer's confidence and reach to the maximum satisfaction level."; 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 = ''; } }