var fDesc=new Array(); fDesc[0] = "Mdf, MES Development Framework, is born from the ideas of a group of skilled MES programmers. The aim is to cut away the time between the analysis of the MES system and the working releases. A set of tools, an highly customizable database and the .NET framework are the basis of the Mdf solution. Embedding the repetitive tasks into tools helps the team to focus more on the modelling than on the coding. The key idea is based upon a system able to take care of creating structures ISA-95 compliant customised on the current needs: fully compliant with B2MML standard."; 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 = ''; } }