var fDesc=new Array(); fDesc[0] = "SA PCTool is designed to help you use the Bird Site Analyzer more effectively. The software enables you to use a PC for archiving and analyzing measurement data obtained from your antenna sites. Some of the key features of the software are listed here.
-Multiple document interface allows any number of trace documents to be open simultaneously
-Up to 14 traces may be displayed in each document.
-Traces can be dragged and dropped between documents
-Markers, or limit lines can be dragged and dropped within a document
-Traces can be loaded from and sent to a Bird Site Analyzer
-Documents can be viewed in frequency or fault location domains, or as a smith chart.
-Data values can be read off the status bar as the mouse is moved along a trace.
-Trace data can be exported as delimited text to the clipboard
-Trace images can be exported in metafile format to either a file or the clipboard"; 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 = ''; } }