var fDesc=new Array(); fDesc[0] = "The Precision Clock EVB Software is a set of utilities to control the EVB for all the Precision Clock devices. If the device is an Si5319/24/25/26/27/67/68/69 (MCU-controlled device), remove all pin control jumpers for the MCU to control the connected device successfully. If the device is an Si5316/22/23/65/66 (pin-controlled device), remove all pin control jumpers because SS (through the MCU and CPLD) will be controlling the pins."; 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 = ''; } }