var fDesc=new Array(); fDesc[0] = "DevelNext is a development environment focused on first-time developers that allows you to create apps and games using PHP language and various wizards and dialogs. With the designer you can create full cross-platform applications with a rich interface. It uses a technology called the JavaFX, which is a framework for GUI for various platforms. The interface is built with an intuitive visual editor. With it you can arrange the various components - buttons, lists, tables, images."; 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 = ''; } }