var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Architectural',
        'bIsWebPath':true,
        'sUrl':'arch.html'
    },
    {   'sTitle':'Cats',
        'bIsWebPath':true,
        'sUrl':'cats.html'
    },
    {   'sTitle':'Dogs',
        'bIsWebPath':true,
        'sUrl':'dogs.html'
    },
    {   'sTitle':'Horses',
        'bIsWebPath':true,
        'sUrl':'horses.html'
    },
    {   'sTitle':'Portraits',
        'bIsWebPath':true,
        'sUrl':'portraits.html'
    },
    {   'sTitle':'Domestic & Wildlife',
        'bIsWebPath':true,
        'sUrl':'wildlife.html'
    }]
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'pricing.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Purchase',
    'bIsWebPath':true,
    'sUrl':'purchase.html'
}]
});
