var fDesc=new Array(); fDesc[0] = "Adobe ColdFusion Builder 3 is a professional IDE which allows you to build and deploy web and mobile applications. You can boost productivity, preserve code integrity and manage your ColdFusion server effortlessly with a host of smart features. You can use the on-device debugging capabilities to identify and fix errors in installed apps as well as browser-based mobile applications."; 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 = ''; } }