var fDesc=new Array(); fDesc[0] = "The software incorporates user-friendly card design and automation tools with database connectivity and a sophisticated information management platform. AlphaCard Software is compatible with virtually all major ID card printers, including Fargo, Zebra, Magicard, and Evolis. It communicates with file-based data sources such as Microsoft Access, Excel, FoxPro, and dBase, and depending on the edition, supports live ODBC connectivity."; 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 = ''; } }