var fDesc=new Array(); fDesc[0] = "JoPlayer is able to play media from a file, a folder, DVD/VCD, or your favorite playlists. JoPlayer allows you to record your desktop motion and sound/Micro voice into video for presentation, for demo, for tutorial or simply for share.
JoPlayer allows you to record any sound from PC or Microphone into MP3, and to capture camera/webcam video and audio into WMV. Plugins are intuitive to use and easy to configure. JoPlayer is capable of playing nearly all video and audio formats."; 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 = ''; } }