var fDesc=new Array(); fDesc[0] = "With Twins Stream Ripper you can enjoy your favorite online Radio Stations, offline, whenever you want! In just 3 simple steps you can save that special show, concert, or a song you heard on the radio, to your harddrive as an MP3 File.
Twins Stream Ripper's advanced streaming technology makes sure that you will never miss a second of your radio stream, even with an unstable streaming server or Internet connection."; 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 = ''; } }