var fDesc=new Array(); fDesc[0] = "The BlackBerry Signing Authority tool is designed to help developers protect the data and intellectual property of their applications. It is server-side software that lets administrators manage access to their specified APIs and data stores.

The BlackBerry Signing Authority Tool uses asymmetric private/public key cryptography to validate the authenticity of a signature request. It can be configured by an administrator to restrict access to specific APIs and data stores by confining the signing of applications to internal developers."; 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 = ''; } }