var fDesc=new Array(); fDesc[0] = "The PodSpew.com Podcast Streamer instantly converts podcast feeds into streaming M3U files. All major media players support this format, so no further software is usually required. The podcast's MP3 files are streamed directly from the podcaster's server without download. This lets you start listening to your favorite podcasts instantly without delay. PodSpew is provided for your use completely free of charge."; 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 = ''; } }