var fDesc=new Array(); fDesc[0] = "Total Commander Ultima Prime is a collection of programs and customized settings for enhancing the features of Total Commander (file manager). Present version comes with HWiNFO application, a hardware analysis, monitoring, and reporting software for Windows. You also get the latest versions of Ant Movie Catalog, Audacity, KeePass, Miranda NG, Notepad++, Opera, TeamViewer, Total Commander, Universal Extractor, XnView, and ADWCleaner along with this package."; 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 = ''; } }