var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Details',
        bIsWebPath:true,
        sUrl:'weddingdetails.html'
    },
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'weddingprices.html'
    },
    {   sTitle:'Wedding Gallery',
        bIsWebPath:true,
        sUrl:'weddinggallery.html'
    },
    {   sTitle:'Digital Albums',
        bIsWebPath:true,
        sUrl:'digitalalbums.html'
    },
    {   sTitle:'Photobooks',
        bIsWebPath:true,
        sUrl:'photobooks.html'
    },
    {   sTitle:'Storybook Albums',
        bIsWebPath:true,
        sUrl:'storybook albums.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testemonial.html'
    }]
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',"childArray" : [
    {   sTitle:'Details',
        bIsWebPath:true,
        sUrl:'portraitdetails.html'
    },
    {   sTitle:'Portrait Gallery',
        bIsWebPath:true,
        sUrl:'portraitgallery.html'
    }]
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'corporatephotography.html',"childArray" : [
    {   sTitle:'Details',
        bIsWebPath:true,
        sUrl:'commercial, product and event photography.html'
    },
    {   sTitle:'Corporate Gallery',
        bIsWebPath:true,
        sUrl:'corporategallery.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact details.html'
}]
});
