var fDesc=new Array(); fDesc[0] = "STT Media Easy MP3-Player only gets by the most necessary, nevertheless there are all important functions making it easy to manage and listening to music. This player shows it strengths in managing very large collections, fast access times and simple operations without losing functionality.
Beside the normal functions like playing music or viewing the artist or title, the Easy MP3 Player also comes with some other unusual features that can make your life easier."; 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 = ''; } }