var fDesc=new Array(); fDesc[0] = "It is very simple to use software and at the same time enough powerful to record web shows, radios and video chats. Direct Stream Recorder can record anything that you can see on your display and hear in audio output. For example, you can record any web cam shows in internet browsers, live streams like Windows Media, Real Media, QuickTime. Of course, you can record your video/audio chat in any instant messenger.

All you need is to define video codecs used for recording stream and set video/audio source. That's all! Recordings are made into standard AVI multimedia files. So you can replay them in any media player or edit with any video/audio editor."; 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 = ''; } }