var fDesc=new Array(); fDesc[0] = "BillQuick delivers time tracking, project management and billing while supporting professionals working from a PC, on a network and via the web. True flexibility allows you to exchange data via email, hand-held computers and cell phones from the field. BillQuick and its add-on modules allow a firm to choose and customize capabilities that meet your client and your firm's specific requirements."; 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 = ''; } }