var fDesc=new Array(); fDesc[0] = "TagLink Studio can be used to configure and manage multiple Advantech RTU (Remote Terminal Unit) devices. It lets you configure the project and the devices offline, too. The studio can identify different Node IDs and download them to the device batch by batch. You can create IO tags and local tags of engineering significance and implement the mapping between the tags and the addresses through Modbus and DNP3 server."; 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 = ''; } }