var fDesc=new Array(); fDesc[0] = "Plan, Schedule, Track, Calculate and Get Statistics for Vacations and Leaves. Keep track of any types of vacations and leaves for your company and staffs. This powerful software is built for standalone use.

What's New in Client/Server Edition Version 3.03 (released on April 30th, 2011):
-Able to show plan notes information on any listing report.
-Able to specify your own rounding decimal digits (0, 1, 2, or 3). For example, it will show the duration as 2, 2.1, 2.15, 2.156 according to your rounding settings.
-Fixed the bug of cannot print global holiday list from "Preferences => Holidays"."; 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 = ''; } }