var fDesc=new Array(); fDesc[0] = "HaxeDevelop lets you build and debug cross-platform applications using Haxe. Haxe is an open source toolkit based on a high level, strictly typed programming language. It also features a cross-compiler, a cross-platform standard library and ways to access each platform's native capabilities. HaxeDevelop features integrated source-control (svn, git, mercurial), tasks/todo, snippets, plugin support, XML/HTML/CSS completion, and even built-in zen-coding for HTML."; 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 = ''; } }