var fDesc=new Array(); fDesc[0] = "Song Kong is an intelligent music tagger app designed to make the task of managing, organizing and cleaning up your digital music collection easy.

SongKong is designed to be the easiest and fastest way to organize your music, identify songs, fix misspellings and add missing album art. SongKong uses intelligent acoustic matching from Acoustid to listen to your songs and find matches even when they have no information at all, but also takes advantage of existing file information to ensure you get the best album match. SongKong uses our own dedicated JThink Music Server regularly updated from the MusicBrainz and Discogs databases giving you more accurate matches, 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 = ''; } }