var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'PRODUCTS',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'PEST IDENTIFICATION',
    'bIsWebPath':true,
    'sUrl':'pest identification.html',"childArray" : [
    {   'sTitle':'ANTS',
        'bIsWebPath':true,
        'sUrl':'ants.html'
    },
    {   'sTitle':'BED BUGS',
        'bIsWebPath':true,
        'sUrl':'bed bugs.html'
    },
    {   'sTitle':'COCKROACHES',
        'bIsWebPath':true,
        'sUrl':'cockroaches.html'
    },
    {   'sTitle':'FLIES',
        'bIsWebPath':true,
        'sUrl':'flies.html',"childArray" : [
        {   'sTitle':'CLUSTER FLIES',
            'bIsWebPath':true,
            'sUrl':'cluster flies.html'
        },
        {   'sTitle':'HOUSEHOLD FLIES',
            'bIsWebPath':true,
            'sUrl':'household flies.html'
        },
        {   'sTitle':'SMALL FLIES',
            'bIsWebPath':true,
            'sUrl':'phorid flies.html'
        }]
    },
    {   'sTitle':'PIGEONS',
        'bIsWebPath':true,
        'sUrl':'pigeons.html'
    },
    {   'sTitle':'POCKET GOPHER',
        'bIsWebPath':true,
        'sUrl':'pocketgopher.html'
    },
    {   'sTitle':'RODENTS',
        'bIsWebPath':true,
        'sUrl':'rodents.html'
    },
    {   'sTitle':'SKUNKS',
        'bIsWebPath':true,
        'sUrl':'skunks2.html'
    },
    {   'sTitle':'SQUIRRELS',
        'bIsWebPath':true,
        'sUrl':'squirrels.html'
    },
    {   'sTitle':'SPIDERS',
        'bIsWebPath':true,
        'sUrl':'spiders.html',"childArray" : [
        {   'sTitle':'BLACK WIDOW',
            'bIsWebPath':true,
            'sUrl':'black widow.html'
        },
        {   'sTitle':'BROWN RECLUSE',
            'bIsWebPath':true,
            'sUrl':'brown recluse.html'
        },
        {   'sTitle':'DADDY LONG LEGS',
            'bIsWebPath':true,
            'sUrl':'daddy long legs.html'
        }]
    },
    {   'sTitle':'STINGING/BITING PESTS',
        'bIsWebPath':true,
        'sUrl':'Stinging biting insects.html',"childArray" : [
        {   'sTitle':'BUMBLE BEE',
            'bIsWebPath':true,
            'sUrl':'bumble bee.html'
        },
        {   'sTitle':'YELLOW JACKET',
            'bIsWebPath':true,
            'sUrl':'yellow jacket.html'
        }]
    }]
},
{   'sTitle':'FAQs',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'our address.html'
},
{   'sTitle':'LINKS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
