var fDesc=new Array(); fDesc[0] = "Built upon the UltraEdit text editor, UEStudio gives features such as code editing and Git integration. You can clone, checkout, update, commit, push/pull, and manage your Git repositories within a single interface. UEStudio features live preview for Markdown (and HTML) so you can update your repo's README.md file and double-check formatting without ever opening your browser."; 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 = ''; } }