var fDesc=new Array(); fDesc[0] = "The P-touch Address Book is a software program for creating a computer-based address book and printing durable pre-sized labels. With this easy-to-use software, address labels and visitor name badges can quickly be created. Address information from other applications (CSV files or Microsoft Outlook contacts) can be imported into the P-touch Address Book and later printed onto a P-touch computer label printer"; 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 = ''; } }