var fDesc=new Array(); fDesc[0] = "GigaTrust Desktop Client is a program that delivers RMS protection for both Microsoft and non-Microsoft file types- providing the tools to proactively mitigate risk and the freedom to do your business openly without jeopardizing the safety of proprietary and confidential intellectual property (IP). You can control access to your data using Microsoft Rights Management Services- even when sending a PDF, JPG or other non-Office file formats."; 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 = ''; } }