var fDesc=new Array(); fDesc[0] = "Welcome to Tinove Timesheet, the easy way to track employee attendance and absences, and to monitor employee expenses and business costs across many jobs.
Features :
-Ribbon UI exposes all program functions in a single location
-Choice of a variety of skins, including Office 2007 style, Mac style, and others
-Easy navigation using intuitive controls to determine all settings for the active view
-Easy data selection and filtering
-Easy period selection from 20 preset periods (or custom period selection)
-Multi-item selection brings all the desired data into the current view with one mouse click
-Multi-tab interface can display different views of the -Quick setup, customization, and selection of preferences"; 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 = ''; } }