var fDesc=new Array(); fDesc[0] = "PANTHERLINK™ allows you to import data from Microsoft Excel, download custom graphic images, upgrade the LS8(E) printer firmware, and print labels from a computer using PANDUIT® Easy-Mark™ Labeling Software. Is easy to install and easy to manipulate. This software is compatible with Windows 2000, NT, XP, Vista 32-bit, Vista 64-bit, 7 32-bit, and 7 64-bit."; 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 = ''; } }