var fDesc=new Array(); fDesc[0] = "With Go! ExtractIcons you can extract, save and view icons from executables (DLL files, EXE files, etc), edit and merge icons. The speed and design of the application are a good combination to work with icons easily.
The program also has language-packs, which will allow you to change the language of the application."; 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 = ''; } }