var fDesc=new Array(); fDesc[0] = "The logiRC Remote Controller Receiver is an IP core from the Xylon logicBRICKSTM IP library for Xilinx FPGAs. This IP core can be used within Man Machine Interfaces (MMI) that include system control by an IR remote controller. The logiRC receives and decodes IR messages from standard IR remote controller (TC, DVD, etc.) using popular Philips RC-5 and NEC protocols."; 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 = ''; } }