var fDesc=new Array(); fDesc[0] = "The Compix NewsScroll software provides the opportunity for multiple scrolls, logos, and more all with a single channel. This software package allows you to simultaneously display two independent scrolls, two static or animated logos, real-time customizable clock, updateable Data Box, static television content ratings, and static GenCG pages.

Main Features:

- Direct Text Entry by Double Clicking
- Enhanced Data Box Integration for Text, Web, and XML Files
- Open Offline GenCG by Double Clicking Color-Coded Template
- Intuitive GUI with WYSIWYG layout
- GPI Trigger Commands for Toggling On/Off Mode
- Easily Switch Modes with the Crawl, Cut, and Schedule Tabs
- Two independent scrolls that can be updated manually or automatically from RSS feeds
- Two static or animated logos
- Real-time customizable clock
- Updateable Data Box integration for text, Web, and XML files
- Built in customizable templates
- Television content ratings (static only)
- Instant text update field for last minute additions
- Display static GenCG pages without closing NewsScroll
- Fully customizable Scheduler"; 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 = ''; } }