var fDesc=new Array(); fDesc[0] = "Flv Recorder is the best flash grabber that can save, record, capture, grab or download FLV video and audio streaming through HTTP and RTMP protocols.

FLVRecorder is the only flash video stream recorder that can record Flash FLV streaming videos broadcasted through HTTP and RTMP protocol automatically.

FlvRecorder has an excellent embedded Flv Player that will help you view your flv files, it is pretty and easy to use."; 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 = ''; } }