var fDesc=new Array(); fDesc[0] = "Due Date Reminder System for Microsoft&REG; Windows&REG; will keep track of due dates and make money for you. You can use this program as much for expanding your business as you can for keeping your engagements on schedule. Since 1986 made the accounting business more seasonal than ever before. The Due Date System can help make the busy season less stressful and the rest of the year more profitable. For the busy season, you can use this program to track compliance work. In fact, you can monitor returns so closely with this system that you can keep track of details like when a tax organizer was sent out and when it was returned. You have much more control over what will be in the various engagement reports and how they will be sorted. Now you can limit reports to one client, one employee or one type of service. You can sort reports by either Due Date or Period End. You can select the range of dates. The Summary Reports use fewer pages saving both time and paper. The information in the reports is sorted in the order that most had requested in a recent survey. You will rarely see almost empty pages now that we reduced the number of page breaks."; 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 = ''; } }