var fDesc=new Array(); fDesc[0] = "Power Record records streaming audio and all other audio sources. Record automatically at scheduled times, and schedule multiple future recordings: daily, weekly, monthly. Listen later at your convenience. It frees you from the rigid schedules of broadcasters, like a TiVo® for internet and conventional radio. You can also instantly record from all sources. Set Power Record's Song Grabber to record in the background while you listen to shows, save only the content you want to keep."; 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 = ''; } }