var fDesc=new Array(); fDesc[0] = "Feed Editor Lite is a software that can help you to create,edit,publish RSS Feeds.
It works with different RSS formats, helps you to edit HTML in WYSIWYG editor, edit pictures, gives you ability view RSS feeds and publish them, support RSS feeds export to HTML.
It' easy-to-use and has convenient interface which makes work with RSS feeds maximally simple."; 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 = ''; } }