var fDesc=new Array(); fDesc[0] = "Wamp is an excellent web server that includes lots of useful features including: Apache 2.2.17, Php 5.3.5, Mysql 5.5.8, PhpMyadmin 3.2.0.1, SQLBuddy 1.3.2, XDebug 2.1.0-5.3, webGrind 1.0, XDC 1.5. It also has quick administration options for all those libraries. Work with a development environment that reproduces exactly your production server."; 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 = ''; } }