var fDesc=new Array(); fDesc[0] = "APK Icon Editor is an APK editor designed to easily change Android app icon, name, version, images, strings and other resources. The application helps you edit APK, extract and change APK resources. It has a multilingual interface and it supports various formats.

You can sign and optimize Android applications and it includes presets sizes for various devices."; 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 = ''; } }