var fDesc=new Array(); fDesc[0] = "RDF-Ticker is a newsticker application which fetches news from RDF/RSS-feeds and displays them on a ticker-bar. These feeds are based on a special XML-format, which lets client applications show them in any convenient way for the end-user.The application runs as a ticker-bar in MS Windows®, which is by default always visible at the top of your desktop and takes only a small area of your desktop to display."; 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 = ''; } }