var fDesc=new Array(); fDesc[0] = "Money Folders is a great program that helps debit card users to setup and use an Envelope Style budget for the 21st century. This is not your ordinary budget/check register software but rather a powerful tool to regain control of your finances, that is based on the "Envelope Budgeting" system.
Money Folders is not simply a budget creation tool. It is also your electronic checkbook. Use it to record all of your transactions and automatically pull those funds from the selected folder."; 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 = ''; } }