var fDesc=new Array(); fDesc[0] = "Report Commander is a tool to help you automate the printing, exporting, and distribution of output from Crystal Reports reports. This app offers two different modes for executing reports: project mode and command-line mode.

Main features:
- Override database login information at run-time.
- Set parameter values at run-time.
- Export to any format supported by Crystal Reports.
- Print to default or specified printer.
- E-mail export files.
- Upload export files using FTP, SFTP, or HTTP."; 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 = ''; } }