var fDesc=new Array(); fDesc[0] = "Trading is everywhere nowadays, more traders with busy lifestyles are needed the freedom and flexibility to trade and access their account anywhere, anytime.

GAF Trader 4 fits your busy lifestyle. Right at your fingertips, you’ll find the essentials you need for trading on the go. Make your favorite communication or organization tool your favorite portable online trading tool."; 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 = ''; } }