var fDesc=new Array(); fDesc[0] = "DJ-X11 CloneUtility is an application used to configure DJ-X11 devices. The software offers the common tools to configure and write the changes you made to the device. You can customize the memory banks all in the same time or each one and then write the changes through the available COM ports."; 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 = ''; } }