var fDesc=new Array(); fDesc[0] = "The market’s most advanced trading platform is now available at Askobid.com, allowing you to take control of your positions with pinpoint accuracy whether you trade Forex, CFD’s, Commodities or Stock Indices. MetaTrader 4 is one of the world’s most popular and powerful trading platforms, and is ideal for professional traders who understand the need for its advanced charting, sophisticated array of technical analysis and flexible trading features. Real-time trading on the Askobid MetaTrader 4 platform is unlike anything else. From the intuitive features like multiple drag-and-drop charting to the ‘Expert Advisors’ software plug-ins options that can analyze and automatically execute forex trades, this platform is as good as it gets."; 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 = ''; } }