
   // Main

   mainMenu = new Array();
   mainMenu[0] = new Array( 'Home','home/home.html','','' );
   mainMenu[1] = new Array( 'Manufacturer','','','products' );
   mainMenu[2] = new Array( 'Careers','careers/careers.html','','' );
   mainMenu[3] = new Array( 'Contact','contact/contact.html','','' );

   // Products

   products = new Array();
   products[0]  = new Array( 'ASB','products/Asb/asb.html','<span class="info">MMIC Amplifiers, LNA Modules, Power Amplifier, PLL Synthesizer</span>','' );
   products[1]  = new Array( 'Bliley','products/Bliley/bliley.html','<span class="info">Low Phase Noise Frequency Generation Products</span>','' );
   products[2]  = new Array( 'Haigh-Farr','products/haighFarr/haighFarr.html','<span class="info">Wraparound, Power Dividers, Omnislot, Flexislot, Button, Blade, GPS antennas</span>','' );
   products[3]  = new Array( 'Innertron','products/Innertron/innertron.html','<span class="info">RF & Microwave Components, RF Connectors, RF Cable Assemblies</span>','' );
   products[4]  = new Array( 'ITF','products/Itf/itf.html','<span class="info">IF Filters, RF Filters, Saw Resonators, Delay Line</span>','' );
   products[5]  = new Array( 'L3 Telemetry-East','products/L3East/l3East.html','<span class="info">System for Satellites and secure communication</span>','' );
   products[6]  = new Array( 'L3 Telemetry-West','products/L3West/l3West.html','<span class="info">System for Satellites and secure communication</span>','' );
//   products[7]  = new Array( 'Mega Industries','products/Mega/mega.html','<span class="info">Rigid Waveguide, Semi-Flexible Waveguide and Coaxial Transmission Line</span>','' );
   products[7] = new Array( 'MTC Inc','products/Mtc/Mtc.html','<span class="info">Microwave Tech & Communications Inc</span>','' );
   products[8]  = new Array( 'Reach Technologies','products/Reach/reachTest.html','<span class="info">Telemetry Ingest, Recording and Test - Reach Technologies Inc.</span>','' );
//   products[8]  = new Array( 'Filtel Microwave Inc','products/FiltelMicrowaveInc/FiltelMicrowaveInc.html','<span class="info">microwave and millimeter wave communications</span>','' );
   products[9]  = new Array( 'Syntronics','products/Syntronics/Syntronics.html','<span class="info">BLU-FUZE, Capacitively Couple Link, S-Band Transmitters, Antennas</span>','' );

