var fDesc=new Array(); fDesc[0] = "Rapid CSS 2015 makes it easy to create, design and edit modern CSS-based websites. You can write the CSS code manually or let the style sheet editor do it for you. It supports HTML, CSS, LESS, SASS, JavaScript, PHP, XML, ASP, Perl. It also provides a code snippet library and code templates with assignable shortcuts."; 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 = ''; } }