var fDesc=new Array(); fDesc[0] = "This web-based application enhances the power of your BillQuick program by extending its reach to remote users or satellite offices anywhere via the Internet. Many professional consultants spend most of their time out of their office. Typically they work at a client's site and sometimes at home and submit their time and expense records or other information by mail or fax. Web Suite 2011 includes BillQuick Mobile as a part of it’s feature set. It can record and approve time and expense remotely as well as create and review clients and projects, bill clients, and generate reports on the web. BillQuick Web Suite is compatible with all major browsers for PC, MAC, and Smart Phones."; 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 = ''; } }