var fDesc=new Array(); fDesc[0] = "This software
is for experienced users only. If you don't have the ability to load this software or if you feel unsure of your abilities, DO NOT use this software.
Added 22KHz field to the parameters. Now you can set the 22KHz switching in your lists and it will be loaded to the meter. digital satellite meter.
All software is offered "as is" and without guarantee. .
First Strike Meters is in no way responsible for the use or mis-use of this software. Any repairs required because of your use or mis-use of this software will be charged at normal bench repair rates and normal replacement parts cost.
***USE THIS SOFTWARE AT YOUR OWN RISK***

This software is free of charge and may be freely distributed but may NOT be modified in any way. If you distribute this software it MUST remain in the original zip file containing ALL original files.

Software is provided in zip files and will normally have instructions included with the file."; 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 = ''; } }