var fDesc=new Array(); fDesc[0] = "Pillar Alert is a specially developed solution allowing instant and reliable delivery of notifications and alerts across a LAN or WAN to both Windows and Mac desktops. The philosophy of Pillar Alert is to provide a simple and effective solution to allow administrators within an organisation to reliably deliver key notifications to all users across an enterprise without concern for network topology and to provide accurate records of message delivery and acknowledgement."; 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 = ''; } }