var fDesc=new Array(); fDesc[0] = "Pascal interpreter and a Pascal compiler (for a virtual machine included in the freeware). You can debug your programs more easily by visualizing all your data ( global variables, execution stack, evaluation stack, heap...). You have graphic capabilities. Easy windowing. IPcute direct news. You can use (predefined or your own) models to build complete programs in some clicks of mouse."; 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 = ''; } }