var fDesc=new Array();
fDesc[0] = "e/pop Alert is a secure, one-way, alert messaging system that delivers PC desktop popup alerts - in real-time across LAN-segment, NAT, firewall, and proxy boundaries - to 100's or 1,000's of PC's. Even if these PC are distributed across multiple floors or around the world.
e/pop Alert is the perfect active alert software solution when vital information must be communicated across an entire organization and time is of the essence.
Features:
-User, group, & network-wide popup alerts
-Rich messages, graphics & sound
-Control on-screen placement
-Canned messages (msg. macros) & instant reply buttons
-Secure - authentication & end-to-end encryption
-Supports private routing - WANs, VPNs & firewalls -Guaranteed alert messaging delivery -Acknowledgement reporting Complete feature control & client lock-down";
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 = '';
}
}