var fDesc=new Array(); fDesc[0] = "Texas Instruments Z-Stack Lighting is the ZigBee Light Link (ZLL) compliant protocol stack for the CC2530 System-on-Chip. It is based on Z-Stack fully compliant ZigBee PRO 2012 protocol stack with ZCP (ZigBee Compliant Platform) certification, it has support for low-cost, low-power CC2530 and CC2531 SoC and for the CC2591 and CC2590 RF front ends."; 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 = ''; } }