var fDesc=new Array(); fDesc[0] = "Persona Windows Client is an application that provides access to host computers. Persona provides secure access, locally or remotely, to host data and applications through thin clients including Java applet, Java application and native Windows clients. It offers centralized and remote administration as well as an array of advanced tools for efficiency and ease of use."; 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 = ''; } }