var fDesc=new Array(); fDesc[0] = "Winsent Innocenti is an one-way messaging program allowing LAN users to receive messages, alerts and notifications from network administrators and other users of the LAN.

Winsent Innocenti allows message receiving but does not allow users to send messages. It provides a simple and effective solution to allow network administrator or another responsible person to deliver important notifications to users across LAN and at the same time to avoid misuses of full-blown messengers such as idle chatting during working hours or spam circulating."; 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 = ''; } }