var fDesc=new Array(); fDesc[0] = "The software is used to set SST-2450 for Windows98/NT/2000/XP .
SST-2450EXT is a spread spectrum radio modem with RS-232/RS-485 interface port. It is designed for data acquisition and control application between host and remote sensors. It is also useful for those applications, the cable wire is inconvenient to be installed. The SST-2450 can be used in not only peer to peer mode but also multi-point structure."; 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 = ''; } }