var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'image galleries',
    bIsWebPath:true,
    sUrl:'imageshome.html',"childArray" : [
    {   sTitle:'functional work 2',
        bIsWebPath:true,
        sUrl:'functional2.html'
    },
    {   sTitle:' functional work 1',
        bIsWebPath:true,
        sUrl:'functional1.html'
    },
    {   sTitle:'teapots',
        bIsWebPath:true,
        sUrl:'teapots.html'
    },
    {   sTitle:'miniature kilns',
        bIsWebPath:true,
        sUrl:'minikilns.html'
    },
    {   sTitle:'sculpture & vessels',
        bIsWebPath:true,
        sUrl:'sculptandvess.html'
    },
    {   sTitle:'studio',
        bIsWebPath:true,
        sUrl:'studio.html'
    }]
},
{   sTitle:'store',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'events & galleries',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'otherinfo.html'
},
{   sTitle:'about Jake',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'blog (opens new window)',
    bIsExternal:true,
    sUrl:'http://jakesclayart.posterous.com',
    sTarget:'_blank'
}]
});
