var fDesc=new Array(); fDesc[0] = "PFXbrowse is POWERflex data query and editing tool for Powerflex and compatible data files that is now enhanced to give Developers and End Users more power.

Main features:

- View and edit your data
PFXbrowse Developer Edition is the easies way to query, edit, re-index and zero Powerflex and compatible data files. Now improved with enhancements to date reporting and find and replace facitlities.
- Let your users view data
PFXbrowse End User Edition has all the great features of PFXbrowse Developer but without the edit facilities. Perfect for end users to quickly and easily query their data. Sold in 5 users blocks to conform with run time licenses.
- View and edit SQL data
The power of PFXbrowse is no longer limited to Mark 1, Mark 2, Mark3 and Mark 4 Powerflex and compatible data files. Now you can query and edit your Mark 5 files with SQL support available for both Developer and End User Editions of PFXbrowse."; 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 = ''; } }