var fDesc=new Array(); fDesc[0] = "Informed decision-making requires real-time data. Journyx gives you what you need by allowing your team members to enter project time and expense information from any location that can hit the Internet. Add Journyx Projectlink to the mix and interface directly with MS Project. Journyx Timesheet can automatically transfer time, attendance and expense information directly to your critical project management, payroll & HR management systems. Streamline the process even further with automated approval.
Project Management with Journyx - the data you need, when you need it."; 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 = ''; } }