var fDesc=new Array(); fDesc[0] = "The Sims2Pack Clean Installer is a tool for Sims 2™ and all people who download a lot of custom content. S2PCI can be used to categorize, catalog or remove that content. It will also help you in installing your files. You will be able to preview some content before installing. It has built in unrar and unzip routines, as well as possibility of installing dozens of files with single click."; 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 = ''; } }