var fDesc=new Array(); fDesc[0] = "ID Card Workshop is a professional and easy-to-use membership management and ID card software for businesses and organizations. With its built-in powerful multi-layer ID card designer, various templates and samples, ID Card Workshop enables you to create ID cards, employee badges, membership cards, loyalty cards, VIP cards or any other types of ID cards never been easier! And with the inbuilt membership management feature, which enables you to manage records, issue cards with just few clicks! Also, with the webcam capturing feature, 1D barcode (code 39) and 2D barcode (QR code) support, which enables you to build a complete member enrollment and card verification(with barcode scanner) system at low costs!"; 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 = ''; } }