var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Portrait, Event and Wedding Photography by Steve Coldray, Hull, Capturing the special moments in life',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Portrait, Event and Wedding Photography by Steve Coldray, Hull, Capturing the special moments in life',
    sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sDescription:'Portrait, Event and Wedding Photography by Steve Coldray, Hull, Capturing the special moments in life',
        sTitle:'Portrait Info',
        bIsWebPath:true,
        sUrl:'portrait info.html'
    },
    {   sTitle:'Portrait Prices',
        bIsWebPath:true,
        sUrl:'prices.html'
    },
    {   sTitle:'Musician Info',
        bIsWebPath:true,
        sUrl:'band info.html'
    }]
},
{   sTitle:'clients',
    bIsWebPath:true,
    sUrl:'clients.html',"childArray" : [
    {   sTitle:'portrait clients',
        bIsWebPath:true,
        sUrl:'portrait clients.html'
    },
    {   sTitle:'Wedding Clients',
        bIsWebPath:true,
        sUrl:'weddingclients.html'
    }]
},
{   sDescription:'Portrait, Event and Wedding Photography by Steve Coldray, Hull, Capturing the special moments in life',
    sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
