var fDesc=new Array(); fDesc[0] = "Tagrunner is a bright software that is able to write lyrics, tags that are missing in a music collection, and album covers. Many times it happens that some or the other information about the music is absent or missing-- one time it is missing the music genre (which is 'a categorical and typological construct that identifies musical sounds as belonging to a particular category and type of music that can be distinguished from other types of music'), while the other time it is the cover of the album what is missing. So Tagrunner has been introduced so that it can help the users in properly arranging their music collection.

Along with tagging, which is done automatically to the music, lyrics can also be found out according to the music. This software works very smoothly. For matching lyrics with music, it searches the whole web and when anything matches it stores this match along with the music. This can also be used for WMA, MP3 and OGG. This software allows the user to devote its time to other works rather than searching the lyrics through browser because it searches all the music sites by itself and adds the lyrics to the music.

This software has many good features. The searching is very fast. The tag functions can be automated so as to complete the tags that are missing. The sources from which lyrics are taken can be updated regularly."; 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 = ''; } }