var fDesc=new Array(); fDesc[0] = "Output Time is a single solution for Project Management, Time Tracking, Invoicing and Expenses Management. It helps you to estimate in each level (Project/Task/Day-Activity) to make sure always in track. The wonderful features including Efficient Time Sheets, Time Sheets Approval, Flexible Tasks Management, Descriptive Gantt Chat, Easiest Expenses Management, Quick & Designer Invoices and Mile Stones etc. Also the Standard Integration facility assists you to integrate with your favourite apps and make you enjoy your work. It is real-time and flexible which Visualizes your Projects as well as Cut-down the Project Planning. Especially, the Reports of Output Time are user-friendly and powerful that provides your Project Expenses, Profit & Loss, the Payments invoiced & un-invoiced instantly through tables, charts and text etc with Standard Business Reports format. Simply it demonstrates the every aspect of your Projects evidently which will get you Smile."; 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 = ''; } }