var fDesc=new Array(); fDesc[0] = "Specifically designed for today's PC-based worker, RWorks is the management solution for the agile workplace. RWorks includes the following features:
- Highly accurate time and activity tracking across the working day, giving automatic timesheets and billable hour reports.
- Task allocation and task management system. RWorks intuitively matches activities with tasks, and updates task progress automatically.
- Various reports available quickly and easily, such as Personal Task Progress, Personal Productivity, Personal Timesheet, Task Distribution, and Project Task Progress.
- All reports can be easily customised with your business logo and colours, enhancing brand integration within a large organisation, and giving reports/timesheets for a freelancer worker or small business a 'corporate finish'.
- Flexible: With our monthly subscription model, you 'pay as you go'. You can start whenever you like, take breaks whenever you want to, and change your team members whenever you need to.
- Scaleable: From the freelance worker to large distributed teams, RWorks improves productivity, increases profitability, and provides real business value.
- Secure: All data is kept in our secure servers, and all passwords are encrypted. Your security is important to us.
- Innovative: RWorks provides a unique view of productivity and project status, through our intuitive task matching system. And as an RWorks customer, you constantly benefit from our new features and product enhancements."; 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 = ''; } }