var fDesc=new Array(); fDesc[0] = "My Bill Register is a compact, easy to use checking account and bill tracking program that runs on your PC.
With My Bill Register, you instantly know your primary checking account balance, upcoming bills & deposits, miscellaneous savings & checking accounts balances, as well as showing you an estimated monthly budget.
My Bill Register runs on Windows XP, Vista, and Windows 7 computers."; 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 = ''; } }