var fDesc=new Array(); fDesc[0] = "SICStus Prolog provides constraint programming with several constraint solvers. This technology has been successfully used in commercial applications as well as in research projects.

SICStus Prolog has integrated support for developing web based applications. The new module, PrologBeans, makes it easy to use SICStus Prolog from a Java or .NET based application server.

The SICStus Prolog compiler produces portable, optimized virtual machine 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 = ''; } }