var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Portrait Packages',
    bIsWebPath:true,
    sUrl:'portraitpackages.html',"childArray" : [
    {   sTitle:'Portrait Photography',
        bIsWebPath:true,
        sUrl:'portraitphotography.html'
    },
    {   sTitle:'Senior Portraits',
        bIsWebPath:true,
        sUrl:'seniorportraits.html'
    },
    {   sTitle:'Parties & Gatherings',
        bIsWebPath:true,
        sUrl:'partiesgatherings.html'
    },
    {   sTitle:'Print Pricing Guide',
        bIsWebPath:true,
        sUrl:'printpricingguide.html'
    }]
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
