var fDesc=new Array(); fDesc[0] = "Kplan is Information Management Software to organize your information and your documents.
KPLAN PERSONAL is the ideal companion, light and fast to manage and organize your information. KPLAN integrates an Information Manager, a Time Manager (Agenda + Organizer) and a Resource Linker which associates different resources (individuals, companies, documents).

Time Management: You can display instantly your different activities using agenda multiple views (years, months, days) or by categories view. Kplan is designed to manage what is most precious to you: your time.
Classification and association: Kplan simplifies information handling: manage, organize, dispatch, associate, search information (notes, files, contacts...) as needed !"; 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 = ''; } }