var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About Us.html',"childArray" : [
    {   'sTitle':'Our Blog',
        'bIsWebPath':true,
        'sUrl':'Blog.html'
    }]
},
{   'sTitle':'Seminars',
    'bIsWebPath':true,
    'sUrl':'Seminars.html',"childArray" : [
    {   'sTitle':'Registration Information',
        'bIsWebPath':true,
        'sUrl':'registrationinformation.html'
    },
    {   'sTitle':'Falls In the Elderly',
        'bIsWebPath':true,
        'sUrl':'falls in the elderly.html',"childArray" : [
        {   'sTitle':'Falls In The Elderly-2',
            'bIsWebPath':true,
            'sUrl':'fallsintheelderly-2.html'
        },
        {   'sTitle':'Falls In The Elderly-Locations',
            'bIsWebPath':true,
            'sUrl':'Falls locations.html'
        }]
    },
    {   'sTitle':'ID Risks',
        'bIsWebPath':true,
        'sUrl':'ID Risks.html',"childArray" : [
        {   'sTitle':'ID Risks-2',
            'bIsWebPath':true,
            'sUrl':'id risks-2.html'
        },
        {   'sTitle':'ID Risks-Locations',
            'bIsWebPath':true,
            'sUrl':'id risks-locations.html'
        }]
    },
    {   'sTitle':'Assessment Tools',
        'bIsWebPath':true,
        'sUrl':'Assessment Tools.html',"childArray" : [
        {   'sTitle':'Assessment Tools-2',
            'bIsWebPath':true,
            'sUrl':'assessment_tools-2.html'
        },
        {   'sTitle':'Assessment-Locations',
            'bIsWebPath':true,
            'sUrl':'assessment-locations.html'
        }]
    },
    {   'sTitle':'Stress',
        'bIsWebPath':true,
        'sUrl':'stress.html',"childArray" : [
        {   'sTitle':'Stress-Approvals',
            'bIsWebPath':true,
            'sUrl':'stress2.html'
        },
        {   'sTitle':'Stress-Locations',
            'bIsWebPath':true,
            'sUrl':'stresslocations.html'
        }]
    }]
},
{   'sTitle':'On-Site Seminars',
    'bIsWebPath':true,
    'sUrl':'On-Site Seminars.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'Products.html'
},
{   'sTitle':'On-Line Registration',
    'bIsWebPath':true,
    'sUrl':'onlineregistration.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact Us.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
