var fDesc=new Array(); fDesc[0] = "If you have used the latest version of Windows Media Player than you must have seen the media library in which the audio and video files are shown as an album art. You can select your media based on this album art. Now you can also add this functionality to Winamp using a free and simple plugin named Album List for Winamp 2.0, it sorts your directory tree into a list of albums, and shows them as thumbnails with album art, it becomes more visually appealing, you can scroll through your collection and select your media. Moreover this program is fully supported with both classic and modern skins, you also get functionalities like multiple profiles, drag & drop, global hotkeys, language packs, and more. The latest version of Album List is only compatible with Winamp 5 working on Microsoft Windows XP or Windows Vista. It supports around 10+ languages, and it provides a plethora of customization features, you can create you custom profiles, one for playing audio and another one for playing video."; 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 = ''; } }