var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Special Offers',
        'bIsWebPath':true,
        'sUrl':'specialoffers.html'
    }]
},
{   'sTitle':'Photo Services',
    'bIsWebPath':true,
    'sUrl':'photoservices.html',"childArray" : [
    {   'sTitle':'Portrait Photography',
        'bIsWebPath':true,
        'sUrl':'portraits.html'
    },
    {   'sTitle':'Wedding Photography',
        'bIsWebPath':true,
        'sUrl':'weddings.html',"childArray" : [
        {   'sTitle':'Jasmine Package',
            'bIsWebPath':true,
            'sUrl':'weddingjasmine.html'
        },
        {   'sTitle':'Wedding Terms & Conditions',
            'bIsWebPath':true,
            'sUrl':'weddingterms.html'
        }]
    },
    {   'sTitle':'Social & Event Photography',
        'bIsWebPath':true,
        'sUrl':'socialevents.html',"childArray" : [
        {   'sTitle':'Event Setup',
            'bIsWebPath':true,
            'sUrl':'eventsetup.html'
        }]
    },
    {   'sTitle':'Birthday Parties',
        'bIsWebPath':true,
        'sUrl':'birthdays.html'
    },
    {   'sTitle':'Model Portfolios',
        'bIsWebPath':true,
        'sUrl':'models.html',"childArray" : [
        {   'sTitle':'Sample Portfolios',
            'bIsWebPath':true,
            'sUrl':'modelsamples.html'
        }]
    }]
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'Portrait Gallery',
        'bIsWebPath':true,
        'sUrl':'portraitgallery.html'
    },
    {   'sTitle':'Wedding Gallery',
        'bIsWebPath':true,
        'sUrl':'weddinggallery.html'
    },
    {   'sTitle':'Events & Social Gallery',
        'bIsWebPath':true,
        'sUrl':'eventsgallery.html'
    },
    {   'sTitle':'Client Galleries',
        'bIsWebPath':true,
        'sUrl':'clientgalleries.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
}]
});
