var fDesc=new Array(); fDesc[0] = "The aim of the ezSystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. The software consists of two sections, the Design layer, which is called the ezCircuit Designer and the Programming layer, called the CoreChart. Instead of going through an immense amount of code that is meaningful only to those with engineering or high programming knowledge, all the programming is done graphically, so that even primary school students can program microchips and be way more creative in their projects."; 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 = ''; } }