var fDesc=new Array(); fDesc[0] = "Brother P-touch Editor can be used to create, edit, and print labels and barcodes using P-touch printers. It contains a variety of templates for applications such as Cable Labels, Addresses, Albums, Greetings, ID Cards, Calendars, etc. Support for OneDrive Cloud allows you to store and retrieve your label designs. Cable and Labeling Wizard helps you easily create cable and patch panel labels."; 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 = ''; } }