var fDesc=new Array(); fDesc[0] = "Feed Writer is a powerful RSS editor for professionally creating and maintaining editorial RSS news feeds and podcasts. The feed editor supports all common feed formats and syndication specifications such as RSS 0.91, RSS 0.92, RSS 2.0, Atom and feeds with multimedia attachments such as podcasts."; 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 = ''; } }