var fDesc=new Array(); fDesc[0] = "DLS 2002 software allows the user to program, monitor, and operate all DSC panels. The first time that you run DLS 2002, it will ask you to enter a Security Stamp. DLS 2002 uses this 31 character stamp to encrypt all of your accounts. If you wish to share accounts between DLS 2002 installations over a network, all DLS 2002 installations must have the same security stamp."; 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 = ''; } }