var fDesc=new Array(); fDesc[0] = "HiTi Card Printer CS2xx Development Kit is a program designed for independent program vendors who want to incorporate the HiTi card printer driver functionality directly into their applications. HiTiCS2xxSDK allows you to control the card printing and card movement for encoding via the HiTiCS2xxSDK API. It connects printers by an USB symbolic link or by IP address when the Ethernet module is attached."; 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 = ''; } }