var fDesc=new Array(); fDesc[0] = "Bracket Editor is an app for bracket creating, editing, exporting and printing in different competitions. It has clear operation interface and rich functions and it is easy to use. You can quickly create a bracket and show the round info and the competition result to the players, referees, and audience directly."; 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 = ''; } }