var fDesc=new Array(); fDesc[0] = "Varal WAMP helps you develop and host websites on your computer. It has been designed keeping in mind both beginners and advanced web developers. Varal WAMP comes with Apache, PHP, MySQL as well as phpMyAdmin, xDebug, FileZilla FTP, WordPress, and a variety of add-ons. Its user friendly interface ensures that you can focus on development rather than spend hours configuring the 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 = ''; } }