var fDesc=new Array();
fDesc[0] = "Winpopup LAN Messenger is a modern-day replacement of the old Winpopup utility. It offers instant intra-office communication over the local area network, with no Internet connection or IP address required.
On-Line and Off-Line Messaging
Winpopup LAN Messenger supports on-line and off-line instant messaging thanks to its dual-mode server and serverless support. In the server mode Winpopup LAN Messenger improves messaging security by adding support for server-based user authentication.";
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 = '';
}
}