var fDesc=new Array(); fDesc[0] = "Winamp Media Player icons for audio, playlist, skin and video filetypes. These icons are part of the xpAlto set, which is designed to harmonise with, complement and improve the base Windows XP icons.- 168 icons in true colour in sizes 16, 32, 48, 64, 128 px- 4 types (Audio, Playlist, Skin, Video)- 2 styles (tagged, untagged)- 2 prepackaged dll icon libraries for use with Winamp 5.58 & above. Requirements:Winamp 5.58 or above with the Extended Jump to File Support (JTFE) option. Recommended for Windows XP."; 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 = ''; } }