var fDesc=new Array(); fDesc[0] = "PIMOne is an easy-to-use PIM software in stylish looking. It can organize your plan, appointment reminder, tasks, todo list, contacts list, private passwords, memos, holidays and notes.
PIMOne enables you to maintain a secure personal information, using a stylish interface and full support for plan, agent, tasks/todo list, contacts list, private passwords, memos, holidays. The information can be password protected and customized in design. PIMOne offers different skins to suit your taste. The program also comes with some built-in reminders, including plan events reminder, task reminder, birthday reminder, interval reminder and holidays reminder, they allow you to easily be reminded when important events comes."; 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 = ''; } }