var fDesc=new Array(); fDesc[0] = "UCAN2 Update allows you to update the firmware of UCAN2. UCAN2 is a multiple CAN channel diagnostic tool that also supports SAE J2534 specifications. This program automatically detects and shows the firmware version of the connected device and the latest available version. Simply click the "Update" button on its interface to begin installation."; 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 = ''; } }