var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Modules',
        bIsWebPath:true,
        sUrl:'modules.html',"childArray" : [
        {   sTitle:'Core',
            bIsWebPath:true,
            sUrl:'core.html',"childArray" : [
            {   sTitle:'Main Processor',
                bIsWebPath:true,
                sUrl:'mainprocessor.html'
            },
            {   sTitle:'Main Power Supply',
                bIsWebPath:true,
                sUrl:'mainpowersupply.html'
            }]
        },
        {   sTitle:'Communication',
            bIsWebPath:true,
            sUrl:'communication.html',"childArray" : [
            {   sTitle:'USB Serial Slave',
                bIsWebPath:true,
                sUrl:'usbserialslave.html'
            },
            {   sTitle:'4-20mA Power Supply/Controller',
                bIsWebPath:true,
                sUrl:'420mapowersupplycontroller.html'
            },
            {   sTitle:'Ethernet',
                bIsWebPath:true,
                sUrl:'ethernet.html'
            },
            {   sTitle:'RS-232/RS-485',
                bIsWebPath:true,
                sUrl:'rs232rs485.html'
            }]
        },
        {   sTitle:'Sensors/Input',
            bIsWebPath:true,
            sUrl:'sensorsinput.html',"childArray" : [
            {   sTitle:'Photomultiplier',
                bIsWebPath:true,
                sUrl:'photomultiplier.html',"childArray" : [
                {   sTitle:'PMT Socket/Pre-Amp',
                    bIsWebPath:true,
                    sUrl:'pmtsocketpreamp.html'
                },
                {   sTitle:'Photon Counter/Analog Detector',
                    bIsWebPath:true,
                    sUrl:'photoncounteranalogdetector.html'
                },
                {   sTitle:'Detector Power Supply',
                    bIsWebPath:true,
                    sUrl:'detectorpowersupply.html'
                }]
            },
            {   sTitle:'Strain Gauge/RTD',
                bIsWebPath:true,
                sUrl:'straingaugertd.html'
            },
            {   sTitle:'Lock-In Amplifier/Driver',
                bIsWebPath:true,
                sUrl:'lockinamplifierdriver.html'
            },
            {   sTitle:'High Performance Analog',
                bIsWebPath:true,
                sUrl:'highperformanceanalog.html',"childArray" : [
                {   sTitle:'High Impedance Analog',
                    bIsWebPath:true,
                    sUrl:'highimpedanceanalog.html'
                },
                {   sTitle:'Trans-Impedance Amplifier',
                    bIsWebPath:true,
                    sUrl:'transimpedanceamplifier.html'
                },
                {   sTitle:'Analog Input',
                    bIsWebPath:true,
                    sUrl:'analoginput.html'
                }]
            },
            {   sTitle:'Environmental Monitor',
                bIsWebPath:true,
                sUrl:'environmentalmonitor.html'
            },
            {   sTitle:'Position Sensor',
                bIsWebPath:true,
                sUrl:'positionsensor.html'
            },
            {   sTitle:'Digital Inputs',
                bIsWebPath:true,
                sUrl:'digitalinputs.html',"childArray" : [
                {   sTitle:'Digital Input - Isolated',
                    bIsWebPath:true,
                    sUrl:'digitalinputisolated.html'
                },
                {   sTitle:'Digital Input - Multiplexed',
                    bIsWebPath:true,
                    sUrl:'digitalinputmultiplexed.html'
                }]
            }]
        },
        {   sTitle:'Outputs',
            bIsWebPath:true,
            sUrl:'outputs.html',"childArray" : [
            {   sTitle:'Analog Output',
                bIsWebPath:true,
                sUrl:'analogoutput.html'
            },
            {   sTitle:'Relay Driver',
                bIsWebPath:true,
                sUrl:'relaydriver.html'
            },
            {   sTitle:'Push-Pull',
                bIsWebPath:true,
                sUrl:'pushpull.html'
            },
            {   sTitle:'Digital Output - Isolated',
                bIsWebPath:true,
                sUrl:'digitaloutputisolated.html'
            },
            {   sTitle:'Digital Output - Multiplexed',
                bIsWebPath:true,
                sUrl:'digitaloutputmultiplexed.html'
            }]
        },
        {   sTitle:'Accessories',
            bIsWebPath:true,
            sUrl:'accessories.html',"childArray" : [
            {   sTitle:'Real Time Clock',
                bIsWebPath:true,
                sUrl:'realtimeclock.html'
            },
            {   sTitle:'EEPROM',
                bIsWebPath:true,
                sUrl:'eeprom.html'
            },
            {   sTitle:'Math Coprocessor',
                bIsWebPath:true,
                sUrl:'mathcoprocessor.html'
            }]
        },
        {   bSeparatorBefore:true,
            sTitle:'Applications',
            bIsWebPath:true,
            sUrl:'applications.html',"childArray" : [
            {   sTitle:'Luminescence Instrument',
                bIsWebPath:true,
                sUrl:'luminescenceinstrument.html'
            },
            {   sTitle:'Gas Chromatograph',
                bIsWebPath:true,
                sUrl:'gcorsomething.html'
            },
            {   sTitle:'Automated Conveyor Belt',
                bIsWebPath:true,
                sUrl:'automatedconveyorbelt.html'
            },
            {   sTitle:'Pump Monitoring',
                bIsWebPath:true,
                sUrl:'pumpmonitoring.html'
            },
            {   sTitle:'Temperature Controller',
                bIsWebPath:true,
                sUrl:'temperaturecontroller.html'
            },
            {   sTitle:'Grounds Security',
                bIsWebPath:true,
                sUrl:'groundssecurity.html'
            },
            {   sTitle:'Drilling Pitch Indicator',
                bIsWebPath:true,
                sUrl:'drillingpitchindicator.html'
            },
            {   sTitle:'Weigh Scale',
                bIsWebPath:true,
                sUrl:'weighscale.html'
            }]
        }]
    },
    {   sTitle:'ThermoElectric Temp Controller',
        bIsWebPath:true,
        sUrl:'thermoelectrictempcontroller.html'
    }]
},
{   sTitle:'Engineering',
    bIsWebPath:true,
    sUrl:'engineering.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
