var fDesc=new Array(); fDesc[0] = "A43 is a freeware file management utility for Windows.

- Integrated text editor with unlimited size. Dynamic highlighting for the web.
- Integrated zip/unzip features. Simply drag-n-drop files or click a button. You can also turn your zip archives into self-extracting archives the same way.
- Integrated file search to quickly locate and jump to those lost files.
- Integrated quick launch area for fast access to the programs you use the most.
- Favorite buttons to quickly open those often used folders.
- Requires no installation, no data is written to the system registry. A43's configuration information is saved in a local .ini file.
- Keep it on your pen/jump drive and take it where ever you go."; 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 = ''; } }