var fDesc=new Array(); fDesc[0] = "This Free Windows Application displays NDR Files produced by Applications that use Nevrona Designs' RAVE Reports. It also allows you to save the Report in the following formats: PDF, HTML, XHTML, RTF, Excel, Lotus, Quattro Pro, Text, DIF, SYLK and selected Graphics types.

This product only works with NDR files, which are basically compiled reports, not with the original files from which the report may have been generated."; 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 = ''; } }