var fDesc=new Array(); fDesc[0] = "BitNami eZ Publish Stack greatly simplifies the deployment of eZ Publish and its required dependencies. It can be deployed using a native installer, in the cloud or as a module over an already installed infrastructure Stack.

eZ Publish is an Enterprise Content Management platform with an easy to use out of the box Web Content Management System. eZ Publish is available as a free Open Source distribution and serves as the foundation for the rest of the eZ Publish Product Family."; 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 = ''; } }