var fDesc=new Array();
fDesc[0] = "RtuActiveX is a development library and platform with great features.
You can use Modbus Rtu / Tcp IpActiveX with is flexible structure in your projects as a Modbus RTU / Tcp Ip communication interface. Modbus Rtu / Tcp Ip ActiveX is sold with company license. License owners can use this Activex without limitation. At Modbus Rtu / Tcp Ip ActiveX, .NET Framework 3.5 is used. This ActiveX has a very high communication speed. A word of size data can be read 75 times at per second.";
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 = '';
}
}