var fDesc=new Array(); fDesc[0] = "The OutSystems Platform helps you create and deploy enterprise applications and then change those applications at any stage of their life cycle. At the core of the value proposition you will find a highly intuitive visual environment and a breakthrough deployment technology that is helping businesses deliver business applications and services in weeks, instead of months or years."; 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 = ''; } }