var fDesc=new Array(); fDesc[0] = "Time Sheet Magic is an easy-to-use program with a friendly interface that enables you to keep track of clients and time based charge-outs. With features such as project and job tracking, job material costs, and employee worked hours, Time Sheet Magic takes all the hard work out of client billing.
The program streamlines your processes with professional charge-out schedules which can be easily attached to your existing invoices."; 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 = ''; } }