var fDesc=new Array(); fDesc[0] = "This software update corrects issues in which the DigitalPersona One Touch SignOn (OTS) application fails to display the Feedback Icon correctly. Specifically, the issues fixed by this update include OTS templates created in Manual Mode for some Visual Basic applications in which the Feedback Icon fails to display consistently and OTS or One Touch Internet (OTI) templates created for some Visual Basic applications in which the Feedback Icon fails to display."; 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 = ''; } }