var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Paintings',
    bIsWebPath:true,
    sUrl:'paintings.html',"childArray" : [
    {   sTitle:'Recent Work',
        bIsWebPath:true,
        sUrl:'recentwork.html'
    },
    {   sTitle:'Wildlife',
        bIsWebPath:true,
        sUrl:'wildlife.html'
    },
    {   sTitle:'Birds',
        bIsWebPath:true,
        sUrl:'birds.html'
    },
    {   sTitle:'Landscapes / Seascapes',
        bIsWebPath:true,
        sUrl:'landscapesseascapes.html'
    },
    {   sTitle:'Marine Life',
        bIsWebPath:true,
        sUrl:'marinelife.html'
    },
    {   sTitle:'Other Images',
        bIsWebPath:true,
        sUrl:'otherimages.html'
    }]
},
{   sTitle:'The Artist',
    bIsWebPath:true,
    sUrl:'theartist.html'
},
{   sTitle:'Prints',
    bIsWebPath:true,
    sUrl:'prints.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
