var fDesc=new Array(); fDesc[0] = "The Informatica Cloud Secure Agent is a lightweight program that enables secure communication across the firewall between your organization, end points, and the Informatica Cloud. All Informatica Cloud, except the Data Quality Assessment for Salesforce CRM, use the Informatica Cloud Secure Agent to get through the firewall to access application, relational database and file sources and targets in your local area network. To install the agent register a new account, log-in, and under the Configuration tab, select Agents then Download agent."; 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 = ''; } }