var fDesc=new Array(); fDesc[0] = "RTPatch is the gold standard for creating and distributing updates for both in-house as well as massively distributed software and data. It is used daily in worldwide distributions from leading ISV's including Adobe, AOL, Intuit, McAfee, Microsoft, Oracle, Symantec, Trend Micro, etc. RTPatch is also used to update in-house and distributed software from corporations such as Actel, FedEx, Honeywell, Morningstar, PepsiCo, UPS, Xerox, etc."; 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 = ''; } }