var fDesc=new Array(); fDesc[0] = "The CR95HF development software (STSW-95HF001) is a PC software which allows to configure, evaluate, and communicate with ST CR95HF 13.56 MHz multi-protocol contactless transceiver. The software must be used in conjunction with the DEMO-CR95HF-A demonstration kit which includes a ready-to-use board to interface with the host PC through a USB interface."; 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 = ''; } }