var fDesc=new Array(); fDesc[0] = "The iTunes Genre Art Manager enhances your music library browsing experience. iTunes 8 introduced a new way to browse your music library, the grid view. In the grid view you can browse your libary by genre and iTunes displays a special image for each genre it knows. The number of genres recognized by iTunes and receiving an appropriate genre artwork is limited though. Here the iTunes Genre Art Manager comes into play. It allows you to add images to genres for which iTunes does not bring its own art. Also you can modify existing genre artwork to your preference.
It requires iTunes 8 or later and Java SE 6."; 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 = ''; } }