var fDesc=new Array(); fDesc[0] = "Par-N-Rar is a graphical utility which accepts a directory as input and will repair/verify any PAR/PAR2/SFV/MD5 files in that directory. Once it verifies a set of files, it will attempt to unRAR them. Once it finishes unRARing a RAR archive, it will (optionally) remove the original PAR/RAR files."; 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 = ''; } }