var fDesc=new Array(); fDesc[0] = "Seagull License Server (SLS) is a software utility that monitors and enforces the maximum number of allowable printers used by BarTender on a network. SLS only needs to be installed on one computer on any given LAN or WAN and it runs unattended and invisibly. SLS can be configured to operate as a Windows "service." This allows it to run whenever the host computer is on, regardless of whether or not any users are actually logged in."; 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 = ''; } }