var fDesc=new Array(); fDesc[0] = "Marketech's FastIQ trading platform is a sophisticated trading platform for both professional and retail investors. FastIQ is a feature rich platform that is customizable to suit your specific trading requirements.

The platform provides live data for Australian and international markets including international stocks, international indices. Data is chartable in multiple formats with a large range of technical analysis tools available.

Trades are executed with speed and a large range of order types gives you control over your positions."; 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 = ''; } }