var fDesc=new Array(); fDesc[0] = "The standard version of Screen Ticker already provides many features and configuration options. This allows you to configure the product exactly to your specific needs and requirements. Individual customizing that goes even further is also possible on request.
Screen Ticker is a special type of news reader application that can display any kind of RSS news feeds (e.g. from the Intranet/SharePoint, from Wikis, Blogs, Social Networks or news portals from the Web) as a scrolling ticker bar on the Windows desktop. When used as an integral part of a holistic enterprise communications strategy, Screen Ticker offers many use cases and application scenarios and helps to distribute information to the right people (information logistics)."; 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 = ''; } }