var fDesc=new Array(); fDesc[0] = "HID Global, with its product brand OMNIKEY one of the world's leading manufacturers of innovative smart card readers, offers with the OMNIKEY® 4040 a high-performance smart card reader for mobile use. The OMNIKEY® 4040 is an easy-to-install PCMCIA device which makes it the preferred solution for the integration into notebooks,PDA’s or other PC-Bus based systems."; 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 = ''; } }