var fDesc=new Array(); fDesc[0] = "The WIND Tunnel processing software is used to process the collected data. Most importantly, the algorithms in WIND Tunnel determine the source sector of a signal.

Automatic Correction of Network Database Errors!
WIND Tunnel corrects errors or changes in BCCH, BSIC, and LAC. It also corrects for missing sectors, incorrect ERP values or incorrect height units."; 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 = ''; } }