var fDesc=new Array(); fDesc[0] = "Adobe ColdFusion 11 offers you a single platform to rapidly build and deploy web and mobile applications. The new on-device debugging capabilities lets you identify and fix errors in installed apps as well as browser-based mobile applications. Inspect the look and feel of both mobile and web applications on multiple devices using the built-in Weinre server."; 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 = ''; } }