var fDesc=new Array(); fDesc[0] = "Icon Converter Plus is a powerful package for icon creation, conversion, edit and modification. Make capture from your screen or applications and save into icon or image. Ability to BATCH conversion of Icon to Image and Image to Icon with many filtering effects.

Also able to EXTRACT Windows icons from inside of applications and save them into icon and icon library. Additionally, it contains enhanced brushes and painting options."; 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 = ''; } }