var fDesc=new Array(); fDesc[0] = "Adding entries is a snap with forms that remember most of the information for you. Just adjust the data that is different and the totals will reflect the new changes. My Time Card can help you make sure you are being paid correctly. Whether you are responsible to track your own time and need a tool to help, or you want to keep your own records to double check your paychecks, My Time Card is the simplest tool. The simple interface allows you to get started right away. There's no configuration necessary. Just start adding time card entries to the database and your totals are computed for you."; 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 = ''; } }