var fDesc=new Array(); fDesc[0] = "The server is an optional component complementing Fomine Software instant messaging solution. Winpopup LAN Messenger can work with or without a dedicated server, but several functions can not be resolved in server-less architecture. If Winpopup Server is installed on the network, all Winpopup LAN Messenger and OfficePopup clients will discover it automatically, and route all communications through the server. Winpopup Server supports the following functions:
* Authorization
* Offline message delivery
* Communication in complex networks containing multiple subnets"; 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 = ''; } }