var fDesc=new Array(); fDesc[0] = "Welcome to the online help for the SAP Crystal Reports viewer 2011!
The viewer provides you with an easy way to view and share your Crystal reports (.rpt or .rptr files).
When you view a report, you can work with it interactively:
You can navigate through the report, using convenient tools that help you find the exact information you're looking for.
You can explore report data to see background information. (Background information is often found in hidden sections of the report that you normally don't want to see.)
You can export the report to one of several formats that are available. For example, you can export your report to PDF.
You can use interactive parameters and sorting to filter and organize report information.
You can save a report to SAP BusinessObjects Enterprise."; 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 = ''; } }