var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome!',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Client Access',
        bIsExternal:true,
        sUrl:'http://www.dhphoto-al.com/proofs',
        sTarget:'_self'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Wedding Collections 2010',
        bIsWebPath:true,
        sUrl:'wedding collections 2010.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',"childArray" : [
    {   sTitle:'Bellies & Babies',
        bIsWebPath:true,
        sUrl:'belliesandbabies.html'
    },
    {   sTitle:'Children',
        bIsWebPath:true,
        sUrl:'children.html'
    },
    {   sTitle:'Seniors',
        bIsWebPath:true,
        sUrl:'seniors.html'
    },
    {   sTitle:'Relationships',
        bIsWebPath:true,
        sUrl:'relationships.html'
    }]
},
{   sTitle:'Connect',
    bIsWebPath:true,
    sUrl:'connect.html'
}]
});