var fDesc=new Array(); fDesc[0] = "Trade:2:Plan was designed and built by a trader for traders and is consequently a useful solution for anyone who trades. It is the ideal starting program for new traders or those who've been trading for a while and don't currently have a satisfactory system for planning, recording and tracking their trading activities, and who want a simple, affordable share portfolio management solution. Designed and built by a trader for traders, a useful tool for anyone who trades. It is the ideal starting program for new traders or those who've been trading for a while and don't currently have a satisfactory system for planning, recording and tracking their trading activities, and who want a simple, affordable share portfolio management solution. Or, to take a step back ... Plan to Trade? - try Trade:2:Plan! it's the perfect training tool for anyone thinking about getting into trading. To see if trading is for you, use Trade:2:Plan to practice by paper trading with a realistic portfolio, reports, calculator, and trade management tools and resources. The demo gives you the first 2 trading weeks free, thereafter it's a once off investment of AU$19.90 that may save you $???."; 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 = ''; } }