var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to project the value of their savings at the time of their retirement. Enter data such as the values of current accounts to calculate net worth. By forecasting your retirement age and total life span, you can predict monthly income. A detailed, itemized template saves you time by determining cost and income categories so you can spend time gathering relevant data. Time-dependant factors such as interest rates and inflation are included. Once calculations are done a print-ready, visually appealing chart is generated. This software is a helpful tool to perform a self-audit to determine future net worth. Excel 2000 or higher required."; 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 = ''; } }