var fDesc=new Array(); fDesc[0] = "Learn how to program with Ezy Pascal, the Pascal programming software designed for new programmers. Ezy Pascal is very easy to use and no previous programming experience is needed. There are free tutorials to get you started. Ezy Pascal Free Version is a free Pascal compiler that makes learning to program easy and fun. With Ezy Pascal you can learn how to program and have a lot of fun too. Ezy Pascal is very easy to use. Programs are written and run in the same window, there are no executable files created. Running a program takes just one mouse click - it doesn't get any simpler than that! Ezy Pascal allows you to view your program and it's output as the program runs. You can pause execution and then step through the program statement by statement. Ezy Pascal shows you which statement is going to execute next by the position of the cursor. This is useful for understanding how programs execute. Ezy Pascal allows you to view values stored in variables as you step execution through the program. This also helps to understand what a program is doing as it executes."; 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 = ''; } }