var fDesc=new Array(); fDesc[0] = "SPORT COM Explorer is a utility to easily discover connected robots via serial line. Supported controller types:
ABB S3
NACHI AR
SPORT COM Explorer uses a brute force method to scan all the available COM (serial) ports with all the possible settings. To speed up the scanning process select the controller type you have. If you are not sure leave the tickmarks as it is, it won't cause any problems, just the scanning process will take a bit more time. Remember that at least 1 controller must be selected to be able to run the scan."; 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 = ''; } }