var fDesc=new Array(); fDesc[0] = "Squid Ink Orion allows users to connect to Squid Ink industrial printers easily and create and edit message files from a Windows computer. The program is print station oriented, not printer oriented. The messages can be created from one main print station and then sent to printers using an Ethernet connection or transferred using a USB memory device. It features True Type font support, multiple user definable time and date code formats, including Julian dates and expiration dates, item numbering, logo file support, all standard linear an 2D bar code formats, and more."; 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 = ''; } }