var fDesc=new Array(); fDesc[0] = "Default Programs Editor is a powerful, multi-featured file association utility for Windows.

The program features the following:

- add, edit, and remove context menu items;
- edit file type icon and description;
- change the 'Open with...' programs list;
- change context menu item icons;
- change an extension's associated file type;
- add, edit, and remove autoplay handler programs;
- and much more."; 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 = ''; } }