var fDesc=new Array(); fDesc[0] = "Fund Manager is a portfolio management software tool. It can be used to record your transaction history for any number of investments and portfolios. You can track stocks, mutual funds, options, bonds, cash, and a wide variety of other investment types. You can also keep track of your purchases, redemptions, distributions, transfers, as well as advanced transactions, such as splits, re-combinations, mergers, and spin-offs.

Fund Manager is available in Personal, Professional, and Advisor versions. The Personal version is primarily for the individual investor. The Professional version is intended for professional traders. The Advisor version is tailored for financial advisors, representatives, or brokers."; 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 = ''; } }