var fDesc=new Array(); fDesc[0] = "YourMoneyGuard is a useful calendar based application for managing your finances. Keep your confidential financial information safe. Your data is stored and handled only on your computer and not on any system belonging to a third party. It includes ready-made charts to show all of the important information you need to make good financial decisions."; 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 = ''; } }