var fDesc=new Array(); fDesc[0] = "The Access IS developed SoftProg utility enables the rapid definition and configuration of the settings for Access programmable keyboards and keypads, including key programming, key colours and legends, and designing the keyboard layout to allow for the use of dual and quad keys.

Once designed, the keyboard settings are stored in a .SPF format file and can be downloaded to the keyboard's non-volatile memory via SoftProg."; 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 = ''; } }