var fDesc=new Array(); fDesc[0] = "PC Icon Editor is a powerful tool designed to create, edit, and manage Windows icons, cursors, and Icon Library files. It can create Windows icon from digital photos and images. It also exports icons to bitmap file and has the ability to define transparency color.

PC Icon Editor is also able to extract Windows icons from inside of EXE, DLL, DRV, SCR, and ICO files on your computer and save them into ICO and Icon Library file."; 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 = ''; } }