var fDesc=new Array(); fDesc[0] = "Visual Prolog 8 is the newest generation of the Visual Prolog logical programming language that might be used for creating industrial strength application for the Microsoft Windows platform.

It is a strongly typed object-oriented programming language based on the Prolog programming language.

Language features
Integrated Development Environment (IDE)
Compiler
Linker
Debugger
Examples included in Visual Prolog"; 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 = ''; } }