var fDesc=new Array(); fDesc[0] = "The 4100U File Transfer Utility is a companion app for the Simplex 4100U fire alarm system. With this utility, you can transfer a Panel Configuration file from a PC/laptop to a Fire Panel, upload a configuration (CFIG) from a panel, upload both the Alarm and Trouble (Fault) logs into a viewable file on your PC/laptop, and more."; 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 = ''; } }