var fDesc=new Array(); fDesc[0] = "Set up a customized calendar view that suits you. View one day for one calendar; compare two days for two people; look at 4 Mondays for a calendar, and much more. Customize it all. Define your own labels and statuses, and give them your own custom colors. Find client appointments in seconds. Easily accessible search is on the top right of your screen. No other system comes close when you need to reschedule or service your busy clients.

Preview your schedules and print them in paper or PDF form. You can choose from a range of reports, whether you wish to see appointment details or client information."; 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 = ''; } }