var fDesc=new Array(); fDesc[0] = "Cireson Ticker App enables Configuration Manager admins to easily create and deliver announcements from the Configuration Manager Console to be displayed in real time to all specific clients in the specific collection. You can even preview the announcement on your computer to verify that the message will appear on clients as you want it to appear.

It features: configurable color scheme for announcement text and background, configurable font size, and enhancements, such as bold, italics and underline, ability to save color schemes for future announcements, configurable schedule and priority for announcements, ability to create custom priorities (severities) for announcements, 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 = ''; } }