var fDesc=new Array(); fDesc[0] = "HD2016 is a program for setting-up and managing HUIDU LED display control cards. Using this application, you can precisely control the contents of each display pixel-by-pixel. Text animations can be programmed without any coding; simply drag-and-drop text-bar and customize the effect, background color, speed of animation, etc."; 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 = ''; } }