var fDesc=new Array(); fDesc[0] = "Speci-Fire is a PC-based program that allows engineers and specifiers to create custom fire alarm specifications for NOTIFIER products including conventional, intelligent, and networked fire alarm systems. Speci-Fire Version 2.0 includes specifications for the following products:NFS-320 FACP,NFS2-640 FACP, NFS2-640 Digital Voice
,NFS2-3030 FACP, NFS2-3030 Digital Voice,NOTI-FIRE-NET High-Speed, NOTI-FIRE-NET Network"; 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 = ''; } }