var fDesc=new Array(); fDesc[0] = "SmartVizor is an independent software for fast and efficient production of promotional documents. Import any design, merge it with data from any database, add powerful business rules, and print it optimized and at rated speed to any printer.
Print quality options and a versatile print preview interface reduce erroneous printing. Advanced print selection lets you print only what is needed without printing redundant labels. SmartVizor provides additional tools to satisfy your other form and card printing needs so that you no longer need to invest time and money in specialized software applications."; 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 = ''; } }