var fDesc=new Array(); fDesc[0] = "Timeless Time & Expense gives you the flexibility to track your time and expenses in a way that works for you. Rather than forcing you to track your time the way someone else thinks you should, Timeless Time & Expense allows you to model your time tracking the way you do business. It's easy and quick to use, so you can start tracking your time immediately."; 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 = ''; } }