var fDesc=new Array(); fDesc[0] = "WSM Terminal is a program used to configure and test the following types of beacon:
Type 8070 & 8071 WSM
Type 7970 & 7973 Super Sub-Mini
Type 7971, 7977 & 7978 PGT
Its most common application is to configure the beacon's interrogation and reply channels.
WSMs for exampl
WSM Terminal is also used to download firmware upgrades to those beacons supporting this facility."; 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 = ''; } }