var fDesc=new Array(); fDesc[0] = "RAR File Open Knife is a fast and easy-to-use tool that opens RAR files. It includes short instructions in over 50 languages.
The tool only opens RAR archives, as fast as possible and can open a RAR file by drag 'n' drop, double click or shell integrated context menu. To speed the process up, RAR File Open Knife has the option to define a default output folder and a default password."; 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 = ''; } }