var fDesc=new Array(); fDesc[0] = "FBFirstAID is a tool for automatic diagnose and repairing of corrupted Firebird databases (for fixing InterBase databases you need to use IBFirstAID). Diagnostics features allow you to check up the database's health and prevent the possible serious problems with corruptions. Repairing capabilities of FBFirstAID allow you to save data after heavy corruptions: when gfix fails, FBFirstAID will save your data. It can repair up to 80% of the most prevalent corruptions."; 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 = ''; } }