var fDesc=new Array(); fDesc[0] = "An open source platform for building rich cloud connected desktop apps. Our platform is licensed under the Apache2 license, so you can freely create and distribute your apps without any restrictions.
Traditionally, creating cross-platform desktop apps has been painful and very expensive. You must maintain code for each platform and have expertise in the C/C++ programming APIs provided by each operating system."; 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 = ''; } }