var fDesc=new Array(); fDesc[0] = "DRPU ID Card Designer lets you design and print multiple ID cards with customizable text and barcodes. Corporate Edition has a 'Visitor ID or Gate Pass Mode' for quickly printing Visitors ID card and Gate Pass for the visitors. You can import employee data from Excel File and print ID cards in batch mode. This application also have print customization settings, image cropping tool, etc.

If you do not require visitor ID generation and Excel data import, "DRPU ID Cards Maker" version is available at a reduced price."; 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 = ''; } }