var fDesc=new Array(); fDesc[0] = "PIMEX is a highly acclaimed organizer and personal information manager.

It has everything you need to create multiple address books, distribution lists, notebooks, and diaries. Integrated calendar with alarms will let you schedule appointments, manage tasks, and daily to-do lists.

PIMEX will send e-mails, launch Web pages, dial phone numbers, print address labels and envelopes with clip art images, and much more."; 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 = ''; } }