var fDesc=new Array(); fDesc[0] = "The SigPlus.exe (SigPlus ®) program installs the OCX control in the WIN\SigPlus directory, together with the SigPlus.ini file in the WIN directory. After you have installed the .ini file, you may edit it or delete it easily. (This .ini file is not functional unless it has been placed in the WIN directory.) If the .ini file is not present, then the properties of the control in your application are unaffected and the application runs on its own. When the .ini file is present in the WIN directory, the values present are used to override the properties set in the control proper in the application. The .ini file allows a common application to use different tablet types and interfaces."; 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 = ''; } }