var fDesc=new Array(); fDesc[0] = "Email your crystal reports with Smart Report Organizer or simply use it as a crystal reports viewer with a lot of useful functions. Smart Report Organizer is a crystal reports scheduler, allowing you to schedule Crystal Reports automatically to multiple users in multiple formats at regular intervals.

You can easily schedule your reports in any period (hourly, daily, monthly, etc.), in multiple document types (Excel, PDF, CSV, ...) and different file locations (File-server, Email Destination, Printer, etc.). Our scheduler solution will save you a lot of time and gives you the professionality you are looking for."; 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 = ''; } }