var fDesc=new Array(); fDesc[0] = "OpenBlueDragon, also known as OpenBD, is the worlds first truly open source GPL Java and Google App Engine CFML runtime. CFML is a powerful tag/script based language that takes away all the heavy lifting of producing web based services and sites.
You can easily develop, debug and deploy your CFML applications from one cross-platform desktop application. No installation, unzip and run, and you will be creating brand new web apps within seconds."; 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 = ''; } }