var fDesc=new Array(); fDesc[0] = "RSS AutoGen is a tool used to automatically convert web pages or a list of links into complete keyword-rich RSS feeds.

RSS feeds created by RSS AutoGen are fully functional, human readable, and compatible with both web browsers and submitting to RSS search engines and directories. Generated RSS feeds include web page content, images, meta tags, and descriptive text."; 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 = ''; } }