var fDesc=new Array(); fDesc[0] = "The ultimate tool for plastic cards conception and edition
Design and edit your cards in a full WYSIWYG environment. Populate your card with texts, images, barcodes and shapes. Fill-in the card with the owner data, then print it immediately.
Acquire your photos with standard compliant technologies from your digital camera or scanner. Resize, crop, rotate and zoom your pictures with your mouse.
Create cards from your corporate database. eMedia can read and/or modify data in the database using standard ODBC drivers.
Insert Barcode data, 21 barcode types included.
Print your card, encode the magnetic strips, write the smart chip in a single operation.
Expand the capabilities of eMedia with plug-ins, and control eMedia from your favorite software using COM/DCOM specifications: e.g. print your cards from your Microsoft™ Excel worksheet or your Microsoft™ Access application.
eMedia creates a card in less than 30 seconds."; 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 = ''; } }