var fDesc=new Array(); fDesc[0] = "To program & audit the lock,you will need a Palm device to run the Kaba eCode software and download the door data (.dat file). The operating system for the Palm device must be 4.1 or higher, with infrared (IR) capability. Use the Palm CD-ROM to assist you in installing the Palm software."; 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 = ''; } }