var fDesc=new Array(); fDesc[0] = "NovaStudio Plus is a professional tool for synchronized LED display control. It is capable of feeding media data (video/text) for multiple LED displays at the same time with each of these LED displays having its own play program and mapping area (area for showing the media data). It requires a Nova Synchronous/Asynchronous sending or receiving card in your PC."; 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 = ''; } }