var fDesc=new Array(); fDesc[0] = "Pinegrow Web Designer lets you build responsive websites easily. It features live multi-page editing, CSS styling and smart components for Bootstrap, Foundation, AngularJS and WordPress. Pinegrow lets you work with HTML files on your computer. It doesn't add any frameworks, layouts or styles of its own to your code."; 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 = ''; } }