var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Adoption',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Poland Adoption',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Poland Adoption Process',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Counseling',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Disabilities Services',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Medicaid Service Coordinator',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'F.A.C.E.S',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Elderly Services',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Spiritual Care',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Luther Manor Apartments',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'S.A.P. Services',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Speakers Bureau',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});
