var fDesc=new Array(); fDesc[0] = "SmartVizor provide an easy to use interface for the design template that may include graphics, text and bar codes. After the template are designed, they may be printed to stock on standard laser, inkjet or thermal printers.



SmartVizor can use almost any database format. You can use SmartVizor's drag-and-drop interface to create links between your database fields and your document quickly and easily. You can use the data from your database as-is in your documents; or you can use SmartVizor's conditional-processing features, data-parsing features, and data-formatting features to instruct SmartVizor to make on-the-fly decisions about what to include in your documents."; 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 = ''; } }