var fDesc=new Array(); fDesc[0] = "The Play MPE Player is a software application which has a web-browser interface allowing industry professionals to gain access to authorized MPE music and video files. This simple and feature-enhanced software provides the ability to quickly stream, download, export, and burn both audio and video tracks. Tracks can be exported as .WAV files for on-air broadcast, and can be directly exported as to one's iPod and other personal media players. Videos can be exported as Quicktime or Windows Media Video files. This software is a complete media player, allowing playback and burning of all audio formats including WAV, AAC, MP2 and MP3 files."; 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 = ''; } }