var fDesc=new Array(); fDesc[0] = "A personal information manager that is easy to learn to use. The user interface is an on-screen card file with tabs for dividers and cards. To access a divider or card, just click on it. Double click a card to edit it. As you add information to a card, it expands to accommodate the new information. The program has a large number of features, yet the user interface remains intuitive and uncluttered.PSA Cards includes Internet integration for web browsing and e-mail. Right click a URL and launch your web browser. Right click an e-mail address and launch your e-mail program. The downloaded file is a ZIP compatible, selfextracting executable."; 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 = ''; } }