var fDesc=new Array(); fDesc[0] = "iVEST security platform is based on Public Key Infrastructure (PKI) - the adopted international standard for secure Interent transactions. iVEST supports open standards to create a universal framework for trusted e-business and e-communication.iVEST Client and iVEST Server are the fundamental building blocks of iVEST Secure Transactions Platform. They allow users to create digital signatures and provide a reliable user identification on an open system such as the Net."; 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 = ''; } }