var fDesc=new Array(); fDesc[0] = "The Sage Digital ENDEC incorporates the legacy and reliability of the original Sage ENDEC along with the latest developments in EAS and CAP. The Sage Digital ENDEC's network centric design allows logging via network printers and email, control/automation, and NTP access to a time standard via a network or Internet connection. The familiar front panel legacy interface is also supported. The new Sage Digital ENDEC has text to speech capabilities and is fully compliant with the FEMA specified CAP 1.2 standard."; 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 = ''; } }