var fDesc=new Array(); fDesc[0] = "Part It is a file splitting utility used to archive, compress, and partition one or more large files into a user define number of parts, or across multiple diskettes. It's sister program Glue It provides a fast and easy method for restoring the archive and is self-restoring so Part It is not needed to restore the file on another computer. Together they provide a convenient method of storing, transporting, and sharing large files that would otherwise be too huge to handle. With its powerful - easy to use interface, it's sure to make your file splitting experience a pleasant one. Download Part It now and start using it today!"; 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 = ''; } }