var fDesc=new Array(); fDesc[0] = "This component is able to read and write numeric and alphanumeric data from Smartcards with ADPU commands. This component requires Visual Basic 6.0 Run-Time and Microsoft? SmartCard System Library. The component can be used with any development environment that supports its. This control depends on the MSVBVM60.DLL for VS6 and MS-SmartCard Base Components which must be installed in the Windows? system directory."; 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 = ''; } }