var fDesc=new Array(); fDesc[0] = "Insight Trader (or IT for short) is state-of-the-art Technical Analysis software designed for ease of use and speed of analysis and specifically for the Australian Stockmarket and Futures Markets and we can also provide databases for all individual stocks on 11 overseas stockmarkets. For beginners and advanced analysts alike you can analyze important trends and emerging opportunities in both local and overseas markets.

Analyse the market via the GICS industry subsectors, ability to manipulate your database according to GICS ASX subsectors."; 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 = ''; } }