var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Document & ID Requirements',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Identification Requirements',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Document Requirements',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Notarizations & Forms',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'California All-Purpose Acknowledgement',
        bIsWebPath:true,
        sUrl:'California All-Purpose Acknowledgement.html'
    },
    {   sTitle:'Copy Certification by Document Custodian',
        bIsWebPath:true,
        sUrl:'Copy Certification by Document Custodian.html'
    },
    {   sTitle:'Jurat',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:' Permission for Minor Child to Travel  ',
        bIsWebPath:true,
        sUrl:'Permission for Minor Child to Travel.html'
    }]
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
