var fDesc=new Array(); fDesc[0] = "SCMLlabelPrinter is an ActiveX DLL that allows Visual Basic programmers to print and preview labels on ink-jet and laser printers.SCMLlabelPrinter has the following features: choose any font and font style on your system, print your data from a DAO recordset, print any labels for ink-jet and laser printers, print your data using a user-defined type, save label sheets, printing can begin at a specified location."; 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 = ''; } }