var fDesc=new Array(); fDesc[0] = "The PK-411UD Off-Line Programming Utility is a versatile utility program which allows remote programming and communicator interrogation of the Fire•Watch 411UD/ 411UDAC over standard public telephone lines. Using this utility, the communicator can be programmed via modem using most IBM AT or compatible computers, including laptops, equipped with a Hayes® compatible modem.
Program files can be created and stored on the PC and then downloaded to the communicator interrogation and revision from a remote site."; 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 = ''; } }