var fDesc=new Array(); fDesc[0] = "With Adobe JRun , you can dramatically reduce the cost of your J2EE infrastructure.
JRun 4 delivers commercial grade quality at a fraction of the cost of the alternatives.
Adobe JRun empowers you to speed up the development and deployment of your next-generation Internet applications.
JRun was one of the first application servers to become certified J2EE 1.3 compatible, demonstrating the Macromedia commitment to J2EE."; 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 = ''; } }