var fDesc=new Array(); fDesc[0] = "D-Amp is a free media player for the Windows operating system.D-Amp features changable skins and is based on the BASS audio library which uses DirectX providing clean, crisp sound.

Main features:

- Audio (WMA,MP3, WAV, AFC, OGG, FLAC, WV, APE and AIF)
- Audio CD (CDA and CDDA)
- Midi (MID and RMI)
- Video (WMV, AVI, MP4, FLV, MPG [1 and 2], MOV and MKV)"; 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 = ''; } }