var fDesc=new Array(); fDesc[0] = "The Product is software, which allows you to configure, download files to, and perform maintenance of the supported TOSHIBA TEC label Printers under a Windows XP/Vista/7 environment. Please note the Product is targeted for a user who is familiar with the Supported Printers. These Setting tools are only for use with TEC PRINTERS. Toshiba TEC and its subsidiaries cannot take any responsibility for damage caused by the use of these Setting tools."; 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 = ''; } }