var fDesc=new Array(); fDesc[0] = "The SAINT Monitor is a Windows based interface that allows the user to send and receive data bus information.
SAINT Monitor Main Features:

-Toolbar containing commonly used functions
-Scrollable text display
-Separate area for sending custom messages
-Status menu showing current settings

Special Features:

-Setup custom message colors
-Customize background color and message fonts
-Send periodic messages or group files
-Filter out specific messages using masks
-Send messages or files based on received messages

Internet Connectivity:

-Monitor remote sites from your desktop
-Client/Server operation
-Establishes a remote connection via TCP/IP"; 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 = ''; } }