var fDesc=new Array(); fDesc[0] = "RTG Bills is easy-to-use timekeeping and billing software for law firms.
RTG Bills software uses standard Windows features. If you've used Windows before, you'll be comfortable using RTG Bills and RTG Timer. Context-sensitive help answers your questions immediately.
No complicated procedures required to print bills. No posting, updating, or finalizing steps. You enter time, expenses, and payments, then you print the bills.
RTG Bills and RTG Timer were specifically designed for law firms and sole practitioners. This is not a program for advertising agencies that must be customized by a consultant for use in a law firm."; 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 = ''; } }