var fDesc=new Array(); fDesc[0] = "The CT-S601 line thermal printer series is designed for use with a broad array of terminal equipment including data, POS, and kitchen terminals. CITIZEN CT-S601 Printer Driver helps optimize the printer's functionality. The features include Electronic Journal (Journal Viewer), Coupon printing, Watermark printing, Upside down printing, File Sender, Reprinting, and a Launching POS Printer Utility."; 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 = ''; } }