var fDesc=new Array(); fDesc[0] = "The signotec Web Plug-In is a cross-platform Plug-In based on NPAPI. The architecture was first developed for the Netscape browser which gave the API its name (Netscape Plugin Application Programming Interface).

The signotec Web Plug-In works with browsers like Chrome, Opera, Firefox, and MS Internet Explorer. It captures the image in a high resolution and excellent quality. The image from the signature can be displayed in an website and will be returned to the memory as Base64 coded string (TIFF, PNG, Bitmap, JPEG or GIF).

The biometric data will be captured and coded in a Base64 string as well."; 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 = ''; } }