var fDesc=new Array(); fDesc[0] = "Visual Time Sheet provides the tools for your effortless daily time recording and reporting

Main features:

-Simple to use
-Drag-and-drop graphical interface
-User-defined clients, projects, categories and activities
-Favourite activity
-Time-keeping based on 6, 10 or 15-minute intervals
-Non-reportable and Overtime activities
-Billing code and rate information
-Target daily hours check
-Search for entries by any data element
-Reports for daily, weekly, overtime and by activity
-Export to user-defined file formats
-Pop-up reminder to enter time
-Calendar personalization
-Unlimited undo
-On-line help
-Low system foot-print
-Dropbox support
-Workgroup configuration for multiple users"; 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 = ''; } }