var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'ARTWORK',
        bIsWebPath:true,
        sUrl:'artwork.html',"childArray" : [
        {   sTitle:'Tamping',
            bIsWebPath:true,
            sUrl:'tamping.html'
        },
        {   sTitle:'Woodcutters',
            bIsWebPath:true,
            sUrl:'woodcutters.html'
        },
        {   sTitle:'Grindersparks',
            bIsWebPath:true,
            sUrl:'grindersparks.html'
        },
        {   sTitle:'yeoman',
            bIsWebPath:true,
            sUrl:'yeoman.html'
        },
        {   sTitle:'35mm collages',
            bIsWebPath:true,
            sUrl:'sculpurei.html'
        },
        {   sTitle:'Sculptures',
            bIsWebPath:true,
            sUrl:'page14.html'
        }]
    },
    {   sTitle:'WRITING',
        bIsExternal:true,
        sUrl:'http://writing.mattrodda.com'
    },
    {   sTitle:'BIO',
        bIsWebPath:true,
        sUrl:'bio.html'
    },
    {   sTitle:'CONTACT',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
}]
});
