var fDesc=new Array(); fDesc[0] = "Renders your XML feeds as HTML within most modern browsers making it easier for people to view and subscribe to your feeds.
Allow third party clients like Flickr, ecto and others to more easily detect your preferred mechanisms for posting content into your weblog.
Generate the necessary content in your feeds for media content you link to automatically so that people can download your podcasts from podcast directories."; 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 = ''; } }