var fDesc=new Array(); fDesc[0] = "DongSon Media Player is a free entertainment software which allows you to listen your favorite music and watch your favorite movies.

Main Features :

- You can set up albums based on the music folder is available. It will help you instant access to every song in the later use.
- If you have lots of digital photos, but little time to review them. Create albums to a folder containing MP3, then you set the path to the folder containing the images. So is the music played on the album that you will view your digital photos.
- It is a free product"; 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 = ''; } }