var fDesc=new Array(); fDesc[0] = "mOwayWorld allows students to discover what Programming is. This is an intuitive software tool where the various functions differ in colour and can be directly dragged with the mouse into the diagram. It makes the design of the program more flexible, catching, convenient and easier to use. Now it si also possible to program mOway with Scratch."; 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 = ''; } }