var fDesc=new Array(); fDesc[0] = "The CAN Analyzer is an instrument which develops and verifies system based in CAN-CANopen. This product allows for the study and configuration of CANopen systems, using a user interface that permits a simple access to devices and their objects. The instrument is composed of the following: module hardware (HD67216) with a RS232 interface that connects to a personal computer and a CAN terminal that connects to the line; a Null modem serial cable and software for MS Windows."; 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 = ''; } }