var fDesc=new Array(); fDesc[0] = "Desktop Ticker is a free RSS and Atom web feed aggregator application that allows you to stay updated with the latest news from your favourite websites. Once feeds have been added, the article titles will scroll horizontally across the screen. Options include specifying whether all articles are displayed from the RSS feed or just articles created within a set time period, colour coding articles based on their age, and adjusting the scroll speed."; 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 = ''; } }