var fDesc=new Array(); fDesc[0] = "Bopup Observer is a secure one-way messenger designed for alerting and notification purposes. This clear, easy to use and light-weight IM client can be deployed on LAN or enterprise-size networks and helps you keep users informed and updated instantly.

The messenger supports rich-text messages including links, font and color formatting, emoticons, and it can receive files and directories from the IM server and other users.

You can get urgent messages or activate the Confirmation Mode on the instant messaging server that pops up the program when a message is received and keeps it on top until the user clicks the Confirm Message button."; 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 = ''; } }