var fDesc=new Array(); fDesc[0] = "Advanced RSS Mixer combines different free RSS feeds (news, press releases, and articles) into one, so you can use it on your website.
Advanced RSS Mixer can automatically download new RSS feeds, merge them together and upload them to your server and all without your intervention.
This program also handles multiple RSS feeds, news, press releases, and articles, has a built-in RSS keyword filter, automatically publishes updated RSS feed via FTP, and 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 = ''; } }