var fDesc=new Array(); fDesc[0] = "Hanso Tagger is an audio tool for the keen music listener created as a convenient solution for organizing vast music collections. The program was thought out as a complex, yet easy to use tagging tool to help you avoid misplacing music files or having a hard time managing your music preferences. Using an easy-to-work-with interface, Hanso Tagger carries out a bunch of various tasks – it fills in missing ID3 tag fields like title, artist, album, genre, and year using portions of filenames, downloads ID3 tags via popular services like Amazon and FreeDB, exports available tags for a backup or additional processing, or imports ID3 tags from a database through a CSV file (for this, Internet connection is required)."; 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 = ''; } }