var fDesc=new Array(); fDesc[0] = "Joomla RSS submitter will manage and submit ANY RSS feeds you have. That means that you can use it for submitting your joomla rss feed but you can use it for any of your other feeds that not necessarily on your joomla site, but elsewhere. It is one of the most important methods to use to get your site higher and higher positioned in the search engines results like Google and bing.

Joomla RSS Submitter Features
Add any rss feed you have.
RSS aggregators - Build in and ready to submit to (rss news sites that search engines like and visit). We add the most important and most visited aggregators.
Add aggregators – You can manually add new rss aggregators (There are many of them on the internet)
Updater that tells you the stats of the rss feed: Total articles, new articles, last check…
Categories and group your feeds.
“One button” rss submission of ALL you rss feeds to ALL the rss aggregators.
Submission log that will show you the results of each rss feed and each rss aggregator submission."; 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 = ''; } }