var fDesc=new Array(); fDesc[0] = "V8 full color system provides an open and comprehensive basic system platform for LED display. V8 control system can be widely used in universal display market. It is composed by powerful software and control system hardware. The greatest feature of V8 is customers can do mass production without any change or adjustment. V8 improves products’ peformance greatly as to show the advantages of performance and cost."; 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 = ''; } }