var fDesc=new Array(); fDesc[0] = "The Rss Reader plugin is fully customizable in terms of the buttons which are visible and in terms of the link that it takes the data. Many websites (such as CNN or any news website for that matter) has different sections. But it is not always possible for the reader to visit and read the news in those sections, so what they do is to publish the changes to that particular section in the form of XML."; 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 = ''; } }