var fDesc=new Array(); fDesc[0] = "XML Pro is a perfect tool for XML developers, content providers, and authors. XML Pro provides the quick, functional editing solution missing from many high-end packages, and fits well into any XML toolkit.

Main features:


- Drag and Drop
- Undo
- Cutting and Pasting of Elements
- Ability to Change Document Encoding
- View DTD

Minimal Requirements:

- Pentium 180MHz
- 64MB RAM
- Sun Java JRE 1.2
- 25MB Free Disk Space

Supported Platforms:

- Windows 95/98
- Windows NT/2000
- Windows XP
- Solaris
- Linux"; 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 = ''; } }