var fDesc=new Array(); fDesc[0] = "Thunderfix is a small tool that can fix Mozilla Thunderbird performance. If you have more GB of emails stored in Thunderbird and if you are experiencing slow start time, slow navigation through email folders, you might try Thunderfix.

What Thunderfix does is that it detects *.msf files within your Thunderbird profile and removes them. After that, you can run Thunderbird and wait for new MSF files to be generated and you’ll see the improvement.

With time MSF files become corrupted and can contain garbage, so this is quick solution for the problem. This way, the program runs smoothly and faster."; 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 = ''; } }