var fDesc=new Array(); fDesc[0] = "BrightAuthor is a program for creating, previewing, publishing, and managing BrightSign presentations. These presentations can be sent to BrightSign digital signage players though Ethernet, so that they can be played on your projector or big screen. This program lets you design full-screen or multi-zone layouts using templates. You can then add video files, live video feed, HTML5 content, Twitter & Flicker, and other sources. You can also set looping playlists and schedule multiple presentations at specific times on any number of BrightSign devices."; 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 = ''; } }