var fDesc=new Array(); fDesc[0] = "RAR Opener is a free software tool, can help you open the RAR compressed file format.

RAR (Roshal ARchive) is an efficient file compression algorithm, it produces much smaller archives than ZIP format.

Select the (*.rar) files you want to open, this tool will list all the files and directories in the compressed archives, you can choose some files to extract or extract all, this program can also support open password-protected 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 = ''; } }