var fDesc=new Array(); fDesc[0] = "A new Windows-based utility is now available for our paying members (for more information about our services, please click here). We call it the SermonAudio Transfer Agent. This latest tool combines three previously separate tools into one! You can now do the following from a single, convenient program:Download multiple MP3s or Videos completely unattended to your hard drive! Download an entire series of messages overnight while you sleep and listen to them the next day on the go! The downloaded files are now conveniently saved with the sermon's title!;New! Download via protected podcast feed! You can now use your favorite podcast program (ie: iTunes, Zune) to download all of your favorite sermons and videos as an alternative to the Transfer Agent!"; 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 = ''; } }