var fDesc=new Array(); fDesc[0] = "Database Query is a combination of two different ideas. The first was to create a plug-in that would provide some fun statistics about your collection. The other idea was a plug-in that would analyze your database and assist you in finding bad or potentially bad data for cleanup. There are many tooltips scattered throughout the various part of the program (like Filters and options for example). So if something is a little confusing, just hover your mouse over it for a second or so to get help."; 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 = ''; } }