var fDesc=new Array(); fDesc[0] = "Manage your agenda, activities, notes, documents...

Communicate your timetable to your relations and generate HTML pages, Excel or PDF documents.

Import your information from Outlook, Excel, or text files.
Send customized emails to groups.

Mail Management: use the MAILER of KPLAN PLUS to send automatically personalized mails to your contacts:


You select the recipients through the Kplan powerful classifying system

You personalize your mails by inserting contacts information from Kplan

KPLAN PLUS includes more PRINTABLE REPORTS:

Reports on your companies
Reports on activities you selected by using filters
Save your reports in PDF"; 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 = ''; } }