var fDesc=new Array(); fDesc[0] = "Appointment scheduling is an important task in any office around the world. This software agenda organizes staff and customer appointments in schedules that can be configured flexibly.
It can be used as a personal information manager (PIM) or to manage the appointments of an entire company.
The resources (staff, executives, doctors, assistants, meeting rooms, equipment, tasks) are assigned to scheduler columns in multiple schedule views. Just fix the appointments for customers, patients, meetings with a few mouse clicks. Repeated tasks may be scheduled using an appointment series or an entire master week.

The information exchange across the network is fast. No dedicated server is needed.

This software calendar is being used in hundreds of companies. For example in medical office, hospital, consultory, workshop, therapy center, beauty saloon, hairdresser, spa and fitness."; 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 = ''; } }