var fDesc=new Array(); fDesc[0] = "CastRipper is a stream ripper which will record SHOUTcast and Icecast streams for you. With this program you just need 2 steps to rip your favorite musics from the internet. CastRipper is a free Stream Ripper/Grabber (not direct sound recording program), which makes it easy to download SHOUTcast and Icecast streams. And it separates the received stream into individual songs automatically. CastRipper has a winner interface, you will find it very easy to navigate."; 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 = ''; } }