var fDesc=new Array(); fDesc[0] = "Progress® Orbix® provides the world's most widely deployed enterprise CORBA solutions. Most of the world's phone calls are touched by Progress' enterprise CORBA products. Three quarters of the world's largest financial institutions have Progress products in their most critical IT systems. Progress' CORBA is embedded in telephone switches, online brokerage systems, multimedia news delivery, airline front desk systems, rail and road traffic control, large scale banking systems, credit card clearance, subway management and CAD systems."; 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 = ''; } }