var fDesc=new Array(); fDesc[0] = "The SPINFamily evaluation tool is a Windows-based program whose purpose is to control STSPIN family devices. It can control the STEVAL-PCC009V2 interface board, EVAL64xxH-DISC or STM32 Nucleo boards. The device configuration can be done through a registry editor, a user-friendly configuration panel or a wizard. The wizard contains predefined configuration for existing demonstration boards and allows easily configuring the devices."; 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 = ''; } }