var fDesc=new Array(); fDesc[0] = "CD Art Display 2.0 is a free program that displays the album art of a song/video your are currently playing in a skinnable format. It automatically detects the music or any kind of media that is currently playing in the media player and it displays it as a skinnable gadget on windows desktop. It supports a number of media players such as AlbumPlayer, Helium Music Manager, iTunes, Winamp, Windows Media Player, MediaMonkey and foobar2000. CD Art Display automatically detects media from these players. CD Art Display 2.0 also comes with a number of preinstalled skins that can be directly applied. The most notable feature of this version is the inclusion of skin editor, with the help of which you can create your own skins within no time. It is very user friendly too. It also shows the player controls alongside the album art, so there's no need to open your media player again and again, just use these controls. The music that is currently playing is also shown in the taskbar as a tray icon, every time a song changes you are alerted through a pop-up notification. With such a cool feature set, it is a must download utility."; 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 = ''; } }