var fDesc=new Array(); fDesc[0] = "Efficient Calendar is professional, elegant and easy-to-use scheduler & planner & calendar software and time management software.

It saves your time by allowing international holidays and major holidays of some countries to be imported directly. Multiple calendar views, such as Day, Week, Month and Year views as well as list view are available so you can better arrange and track your appointments and events. Events and tasks can be managed by grouping and differentiated by colors, so you can manage schedules in the most visual ways. The "First Thing First" principle is followed and you can set importance and priorities for events and tasks. By setting subtasks at any level, you can better organize and manage the to-do list. All appointments, meetings, events and tasks can be reminded in time as you configured, and you will never miss any important event! An important feature of this planner software is the comments of events and tasks can be edited in the same way as Microsoft Word does."; 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 = ''; } }