var fDesc=new Array(); fDesc[0] = "Power Record is a digital audio recorder for AM, FM, and internet radio. It does both scheduled and timed recordings. It's like having a VCR to record streaming audio! Record internet radio, convert Real Audio to MP3, or use it, along with Blaze Audio's RipEditBurn, to convert records, LPs, and tapes to CD or to create MP3s or WMA files for your portable player. It does this and so much more, in fact it's like having a streaming audio ripper as well as a recorder! When used as a radio and sound recorder you can schedule as many events as you want for one-time, daily, weekly, or monthly recording; record directly to wave and mp3; record instantly from any source including streaming audio; and get flawless sound and eliminate clipping with Automatic Gain Control. Power Record is perfect for capturing streaming audio and recording your favorite web programs or catching a sports or news program that you can't listen to while it's on the air. The only limit to the length of the recording is the size of your hard drive."; 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 = ''; } }