var fDesc=new Array(); fDesc[0] = "Jaksta Media Recorder is the ultimate toolkit for downloading and capturing any online video and audio. If you can watch it or listen to it, you can save it to your PC. You can save MP3 files by downloading or recording audio, convert to 130 formats and devices, automatically, schedule unattended live recordings, and more."; 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 = ''; } }