var fDesc=new Array(); fDesc[0] = "Firefox Download Unblocker is the simple tool to instantly Disable Blocking of File Downloads in Firefox browser.

Recently, Firefox has started blocking Downloads based on 'Safe Browsing' mechanism to prevent malicious downloads. But due to faulty implementation, this has resulted in Falsely Blocking of legitimate Download Files. It can help you to change this behavior and Unblock all Downloads with just a click. Also, any time later, you can reset it to default behavior with another 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 = ''; } }