var fDesc=new Array(); fDesc[0] = "SwiftForth brings the fast, powerful, ANS Forth programming language to Windows, Linux, and macOS. No need for an external compiler, assembler, or linker. Easy access to all system functions and dynamic libraries. Includes SWOOP™, a powerful object-oriented Forth programming system. Command window provides an interactive development environment. Simple linking to the programmer’s editor of your choice. Advanced debugging features include built-in cross reference, source browser, and disassembler/decompiler. Powerful rule-based optimizing compiler."; 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 = ''; } }