var fDesc=new Array(); fDesc[0] = "The Financial Planner is a tool that allows you to create simple or complex financial scenarios based on financial events through out your life. You create the scenario based on your current financial status and future financial events. The J&L Financial Planner executes your scenario and displays the effects on your net worth through out a selected time span. The output is displayed in a text format that shows the yearly effects on up to 50 accounts, including investment, tax free, retirement, asset and equity accounts. You can choose from a wide range of Screen and printed reports. The output may also be presented with bar, line and pie graphs."; 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 = ''; } }