var fDesc=new Array(); fDesc[0] = "Webgenz CMS is a powerful, practical solution for front-end web development. Designed for professional and corporate developers, Webgenz CMS increases productivity by maximizing reuse. A full-featured macro language allows modular and object-oriented coding techniques to be applied to HTML. Webgenz CMS makes your front-end development more efficient and predictable, while ensuring site-wide consistency and the separation of presentation from content. Use it stand-alone or add it to an existing site management infrastructure. Either way, Webgenz CMS instantly accelerates your development project. Real value. Affordable price."; 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 = ''; } }