var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Website of Photographer and documentary Filmmaker Carl Battreall',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'Home.html'
},
{   sTitle:'About Carl',
    bIsWebPath:true,
    sUrl:'aboutcarl.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'Gallery.html',"childArray" : [
    {   sTitle:'Blue',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Blue Statement',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Stock Gallery',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});