var fDesc=new Array(); fDesc[0] = "ApkChanger is a command-line program for modifying APK files. It walks you through the process of installing components and modifying the files in a step-by-step manner. You can choose whether or not to compress files, select the compression level for audio/video/XML, image optimization level, cache size, etc. Other features include multi-core support, error detection/logging, signing of APK files, and 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 = ''; } }