var fDesc=new Array(); fDesc[0] = "Using the P-touch Update Software, additional label collection categories can be downloaded to your labeler or downloaded to your PC and printed using P-touch Editor. Furthermore, the software can be upgraded to the latest version using this tool.“P-touch Update software" for Windows supports downloading a new label collection category to P-touch Editor for the following models: PT-1230PC, PT-18R, PT-2430PC, PT-2100, PT-2700, PT-2730, PT-9600, PT-9700PC, PT-9800PCN."; 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 = ''; } }