var fDesc=new Array(); fDesc[0] = "Use Page 'O Labels for Mailing Labels to create one or more pages of mailing labels. Print all labels or individual labels. Works with all Avery mailing labels. Works with any other labels having the same Avery label dimensions. Works with all Laserjet, Deskjet, Inkjet, and other sheet-fed printers. Includes unique Symbol Selector tool so you can use any of the font symbols installed on your computer. Includes time-saving Clone feature which lets you clone labels and eliminate repetitive typing."; 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 = ''; } }