var fDesc=new Array(); fDesc[0] = "LED Center is a program to create messages for your LED firm. Click A to create the first screen display. It shows Welcome automatically. Move mouse curser to the black text box, you can edit text here. Adjust message animate style in the drop down menu. You can click A again to create 2nd and more messages. After you finish the message set up, you can send the message to LED
SCREEN directly by clicking All (LED Screen should be connected to computer) or you can save the setup program by clicking file/export SD/USB card format. Take
the USB and insert in the USB connect in the LED screen ."; 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 = ''; } }