var fDesc=new Array(); fDesc[0] = "BillQuick incorporates critical business functions: time and expense tracking, project management and billing. It is designed to accommodate the complex billing and management needs of today’s professional services firms. Fast and easy to learn, it reduces overhead and streamlines operations. Its real-time analysis empowers you with the tools to move your business forward."; 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 = ''; } }