var fDesc=new Array(); fDesc[0] = "Pangya Unpaker allows you to unpack various files. The applications is easy to use and it requires few steps to complete all the unpacking process. Simply add the PAK file and then use the unpack button. The process could take from a few seconds to a couple of minutes depending on the file size that needs to be unpacked."; 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 = ''; } }