var fDesc=new Array(); fDesc[0] = "Designed to create robust, industrial use applications, MCL-Designer is a rapid application development tool for making data capture applications in a very short time.

Not only does MCL-Designer help you create the application that runs a device, it also includes features to help accelerate the application’s host integration to ODBC databases, BackOffice applications, warehouse management systems (WMS), and enterprise resource planning (ERP) systems. MCL-Collection’s main development environment — MCL-Designer — creates intelligent, multimodal applications that run on mobile computers and barcode printers."; 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 = ''; } }