var fDesc=new Array(); fDesc[0] = "WPN-XM is a free & open source web server solution stack for professional PHP development on the Windows platform. WPN-XM is a selection of software components bundled and preconfigured in an easy to install software distribution to create a professional PHP development environment. The base of the stack consists of NGINX as the web server, MariaDB as the database and PHP as the scripting and programming language."; 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 = ''; } }