var fDesc=new Array(); fDesc[0] = "Harvester Lite is an entry level version with the same functionality as Harvester Standard but without signal analysis and multiplexing, antenna sites and ELINT functions. This will meet all the basic collection requirements of the radio enthusiast. The HARVESTER family of SIGINT database applications continues provide unique, powerful and cost-effective solutions to a wide range of collection requirements. Now fully network enabled, even the simplest collection mission can function in a multi-user collection environment, focussing the collection effort into a single database. Integrated with a stable database architecture, HARVESTER is a Signals Intelligence collection tool that will easily handle the vast qualities of intelligence that can be gleaned from any COMINT, ELINT or FISINT signal intercepted between 0 Hz to 100 GHz."; 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 = ''; } }