var fDesc=new Array(); fDesc[0] = "Enable ground-breaking IT innovation to increase business value utilizing cloud services to build next generation applications with the flexibility for how you consume and deliver IT services to increase user productivity. You have the power to steer your company in new directions, unencumbered by old constraints. With cloud distribution and cloud computing, a new world of computing power is within your reach."; 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 = ''; } }