var fDesc=new Array(); fDesc[0] = "TBox is powerful tool with a big set of plugins, that can help you to work much faster. The program can help you with huge unit tests, with managing a lot of projects, automate all routine daily actions, and many other. Also, it can help you with continuous integration services - automate deploy and run unit tests in parallel much faster."; 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 = ''; } }