var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Donna Ames',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'About Adoption',
    bIsWebPath:true,
    sUrl:'about adoption.html',"childArray" : [
    {   sTitle:'Getting Started',
        bIsWebPath:true,
        sUrl:'getting started.html'
    },
    {   sTitle:'Alabama Adoption Laws',
        bIsWebPath:true,
        sUrl:'alabama adoption law.html'
    },
    {   sTitle:'Adoption Agencies',
        bIsWebPath:true,
        sUrl:'adoption agencies.html'
    },
    {   sTitle:'Adoption Lawyer',
        bIsWebPath:true,
        sUrl:'adoption lawyer.html'
    },
    {   sTitle:'Adoption Facilitator',
        bIsWebPath:true,
        sUrl:'adoption facilitator.html'
    },
    {   sTitle:'DHR and Foster Care',
        bIsWebPath:true,
        sUrl:'foster care.html'
    }]
},
{   sTitle:'Parent Profiles',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});