var fDesc=new Array(); fDesc[0] = "Morfik CX for C# programmers is the latest addition to the Morfik product family.
C# programmers can now implement the business logic of their web applications (for both browser and server) in C#.
Morfik introduces a whole new way of creating web applications through the use of high-level, object-oriented languages and visual design tools.
With this new tool set, developers can code their applications using time-tested software development practices. They can leverage their experience while benefiting from a modern visual designer. This makes the creation of stunning, interactive web interfaces a breeze."; 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 = ''; } }