var fDesc=new Array(); fDesc[0] = "The Jaikoz Audio Tag Editor is a cool yet simple-to-use tool that allows you to organize, edit, and correct thousands of tags with ease. Jaikoz uses MusicBrainz, an online database of over eleven million songs, and Discogs, another database of over 4 million releases. Many of the songs also have an Acoustic Id provided by Acoustid, allowing a song to be identified by the actual music, so it can do a match even if you have no metadata."; 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 = ''; } }