var fDesc=new Array(); fDesc[0] = "RADREP is an easy to use Windows 32-bit GUI application, specifically written as a generic RADIUS accounting log analysis and reporting tool. Supported log formats include Livingston, Microsoft IAS, Funk SBR, CISCO, RSA ACE/Server, SafeWord PremierAccess, Novell plus many others.

It can run in a stand-alone manner or has the ability to integrate with the RSA ACE/Server to provide RADIUS reporting functionality. RADREP produces usage and billing reports from RADIUS accounting logs, which can be used for organizational charge-back or internal billing purposes.

Reports are output in both HTML (web) format for viewing in a web browser and CSV (Comma Separated Values) format for viewing and further manipulation in Microsoft Excel. Full Windows help files are provided along with a detailed User Manual in PDF format."; 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 = ''; } }