var fDesc=new Array(); fDesc[0] = "Kastor - Stream Recorder is a freeware to watch and record more than 500 TV channels from your computer. All major channels from United States, Europe, India... are available. Channel streams are user submitted to share with the entire world.
You will be able to record you favorite shows and save them on your computer for later views. powerfull RTMP downloader, this freeware is very easy to use. You will be able to schedule records and Stream Recorder will do automatically the requested job on date & hour scheduled."; 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 = ''; } }