var fDesc=new Array(); fDesc[0] = "LabelDirect is a labelling application with a difference - by communicating with your printer in its native language, LabelDirect avoids the many support issues associated with printer drivers while delivering unparalleled performance limited only by the speed of your printer! Because it's written exclusively for specific printer ranges, LabelDirect offers direct control over all your printer's features and settings complete with accurate screen representations of printer fonts, making it the first 100% WYSIWYG labelling application. With a wide range of design tools and variable types and utilising the highly intuitive interface developed for SOLO, LabelDirect allows non-technical personnel to produce striking dynamic labels in minutes. With support for all major thermal printer ranges including Zebra and Toshiba/TEC, LabelDirect offers an unparalleled solution for any printer-specific labelling application."; 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 = ''; } }