var fDesc=new Array(); fDesc[0] = "PortfolioTK is a stock portfolio manager that provides both accurate quantitative statistics and advanced charting. It includes overall portfolio equity curve performance with risk analysis, trade log entry supporting partial position matching of both long and short trades, and a charting database with over 35+ technical indicators. Not only that but you can use PortfolioTK's reporting features to see how your portfolio has been performing against the major benchmark indices."; 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 = ''; } }