var fDesc=new Array(); fDesc[0] = "YouRecorder is a powerful real-time game recorder and screen recorder. You can record PC games, Flash games, webcams, software operation steps, slides, windows, cursors, and anything you see on the computer screen.

YouRecorder has powerful real-time video encoding capability, faster and high-quality. It creates small-size files and occupies a smaller hard disk space.

YouRecorder supports synchronous video and audio recording. It can record audio from any source such as microphone, line-in, and speaker."; 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 = ''; } }