var fDesc=new Array(); fDesc[0] = "CRD® is a Crystal Reports Scheduler, Business Intelligence (BI) and Business Process management (BPM) that saves time and money by making it easy to automate Crystal reports. Crystal Reports distribution is easy. Just define single or packages of Crystal Reports®, schedule and run them automatically, and send the reports to print, fax, disk, ftp, sms or email in a number of standard formats. You can just "set it and forget it".

Business Intelligence (BI) has never been so easy to automate. Simply set up a schedule stating how often you would like each report to run, whether you'd like the output in Word, Excel, HTML, RTF, Acrobat, RPT, text format, and more and who it should be sent to. The Crystal Reports Scheduler , CRD, will do the automated delivery for you!
It's easy to schedule Crystal Report to run at a specific date and time, or to run them hourly, daily, weekly, or monthly or set up your own custom frequencies e.g. 4-4-3, every other day, third Monday of the month, and so on. And the same report can be scheduled to be run multiple times with different parameters, formats, frequencies, and destinations. It makes Crystal Reports scheduling simples, hassle-free and convenient for you."; 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 = ''; } }