var fDesc=new Array(); fDesc[0] = "Advanced RSS Publisher the advanced tool with the capability to create and publish RSS feeds on your website.
This perfect and reliable RSS publisher comes in two different editions: the personal and the professional.
You can use the personal edition for free with limited features, whereas the profession edition can be acquired in an economical package. With this application you can instantly update you website with RSS new feeds. You can use this news aggregator or feed reader that will reduce your time and efforts required in checking websites for news updates. The utility uses the web feed to import any existing RSS feeds from XML files or from the web: such as weblogs, podcasts, vlogs, and mainstream media websites. Whereas, it uses the search aggregator in case of customized set of search results. The simple user interface and its reliable features that make it stand out of the crowd are: to create RSS newsfeeds easily in the XML format, importing all available RSS feeds from XML files or from the web, allows to add your RSS feeds with images, mp3 and video files; upload RSS fees to your website through shared folders or FTP, and much more."; 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 = ''; } }