var fDesc=new Array(); fDesc[0] = "BillQuick is an integrated solution for time and expense tracking, billing, project management, and accounting. It is designed to help your firm increase performance, streamline processes and make decisions faster. In its project center, you can instantly see which projects are running at a loss, have burned through the budget, or have overspent their contract.

Employee Workload Forecaster lets you see the assignments for each employee in a color-coded calendar and instantly learn which team members are overextended or under-utilized. Hence, you can keep an eye on not only your forecasted work, but also who is available to work on your next project."; 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 = ''; } }